Newman Run Dashboard

Sunday, 15 February 2026 03:26:11
Total Iterations

1

Total Assertions

213

Total Failed Tests

48

Total Skipped Tests

0


File Information
Collection: Phoenix-Inwarrenty-Flow-Pritish-NR
Environment: QA
Timings and Data
Total run duration: 20.9s
Total data received: 1.42MB
Average response time: 256ms
Summary Item Total Failed
Requests 77 0
Prerequest Scripts 20 0
Test Scripts 51 0
Assertions 213 48
Skipped Tests 0 -



Showing 48 Failures

Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 489 to be below 200
Failed Test: Invalid credentials should return 401

Assertion Error Message
expected 500 to equal 401
Failed Test: Invalid credentials should return 'Unauthorized'

Assertion Error Message
expected 'Internal Server Error' to equal 'Unauthorized'
Failed Test: Blank Username and Password should return status code 400

Assertion Error Message
expected 500 to equal 400
Failed Test: Blank Username and Password should return status message 'Bad Request'

Assertion Error Message
expected 'Internal Server Error' to equal 'Bad Request'
Failed Test: Proper error message should be shown for blank credentials

Assertion Error Message
expected 'Invalid request' to equal 'Bad Request'
Failed Test: Check response time is less than 150ms

Assertion Error Message
expected 234 to be below 150
Failed Test: Response mustn't include sensitive information

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify response time < 150ms

Assertion Error Message
expected 258 to be at most 150
Failed Test: Verify Invalid token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Expired token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Expired token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify Response time under 200 ms

Assertion Error Message
expected 247 to be at most 200
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 306 to be below 200
Failed Test: Verify missing authorization token return 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 276 to be below 200
Failed Test: Verify missing authorization token return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing customerdetails should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing product details should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify response payload don't contain message as success

Assertion Error Message
expected { message: 'Success', data: [] } to not have property 'message'
Failed Test: Response time should be under 200 ms

Assertion Error Message
expected 245 to be below 200
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Empty searchText Returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Response time is under 200 ms

Assertion Error Message
expected 255 to be below 200
Failed Test: Verify Invalid Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar

Assertion Error Message
expected 'Success' to deeply equal 'No record found'
Failed Test: Verify Malformed Job Number will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Malformed Job Number will return Message as "Invalid job number format" or similar

Assertion Error Message
expected 'Success' to deeply equal 'Invalid job number format'
Failed Test: Verify Malformed Job Number will return 405 Method Not Allowed

Assertion Error Message
expected response to have status code 405 but got 404
Failed Test: Verify Response time is less than 200ms

Assertion Error Message
expected 232 to be below 200
Failed Test: Verify Invalid Credentials will return 401 Unauthorized

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test: Verify Blank Credentials will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500


There are no skipped tests



1 Iteration available to view
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 489ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 96c0bb88-1142-4723-8096-32982f142b23
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Mcl5pKiiyPCLx3SFmH0aEUu8xjE"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I"}}
Test Information
NamePassedFailedSkipped
Verify status code is 200 1 0 0
Verify status code is 'OK' 1 0 0
Verify message is 'Success' 1 0 0
Verify token is present in the response 1 0 0
Verify token is valid 1 0 0
Verify response body matches expected schema 1 0 0
Verify response time is less than 200ms 0 1 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 489 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 235ms
Mean size per request: 111B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8e7cfb30-e176-42d8-8dc2-52f0471fb09f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 74
Request Body
{
            "username": "Alverta.Zulauf",
            "password": "5x2OUqkKf8WKeTo"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Invalid credentials should return 401 0 1 0
Invalid credentials should return 'Unauthorized' 0 1 0
Invalid credentials should return the correct error message 1 0 0
Response body should match the schema 1 0 0
Total 2 2 0
Test Failures
Test NameAssertion Error
Invalid credentials should return 401
expected 500 to equal 401
Invalid credentials should return 'Unauthorized'
expected 'Internal Server Error' to equal 'Unauthorized'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 231ms
Mean size per request: 98B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 58b3698c-c854-4efd-8ac6-ca5cbf6b6a0a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Blank Username and Password should return status code 400 0 1 0
Blank Username and Password should return status message 'Bad Request' 0 1 0
Proper error message should be shown for blank credentials 0 1 0
Response body should match the schema 1 0 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Blank Username and Password should return status code 400
expected 500 to equal 400
Blank Username and Password should return status message 'Bad Request'
expected 'Internal Server Error' to equal 'Bad Request'
Proper error message should be shown for blank credentials
expected 'Invalid request' to equal 'Bad Request'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 438B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 59b45f5d-97c4-4b8a-af91-6b08b538657d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status is 'OK' 1 0 0
Check response time is less than 150ms 0 1 0
Validate JSON Schema 1 0 0
User details should be present in the response 1 0 0
Role name should be 'FrontDesk' 1 0 0
Service location should be 'Service Center A' 1 0 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Check response time is less than 150ms
expected 234 to be below 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25749c11-39c2-437c-9316-8318787ce4b3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Response mustn't include sensitive information 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Response mustn't include sensitive information
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 230ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token abc8c88a-a4eb-4b5d-b5a8-bbeddbf62bb5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Status code is 401 1 0 0
Status message is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6952f095-5c14-40a2-9c6d-96fc84e52d7c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 200
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 17e8ea5a-fda7-4156-9777-35f65b24f169
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 500
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 240B

Test Pass Percentage
90 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21aadd86-5564-4cd1-b540-69812c59475c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 240
ETag W/"f0-QfWuneI01vvhqqqr1QAKYlb4x4A"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":9},{"label":"Created today","key":"created_today","count":2},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status message is 'OK' 1 0 0
Verify json schema 1 0 0
Verify message key contains 'Success' 1 0 0
Verify response time < 150ms 0 1 0
Data array length is 3 1 0 0
Verify keys 1 0 0
Verify the type of the data stored in the count under Pending for delivery is of number type 1 0 0
Verify the type of the data stored in the count under Created today is of number type 1 0 0
Verify the type of the data stored in the count under Pending for FST assignment is of number type 1 0 0
Total 9 1 0
Test Failure
Test NameAssertion Error
Verify response time < 150ms
expected 258 to be at most 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 230ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c285246c-9a5f-4d6f-b70f-bdd680e7c383
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing token returns status code 401 1 0 0
Verify Missing token returns status message 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 231ms
Mean size per request: 67B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76b0217c-0562-4809-a199-c4b32e333734
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 67
ETag W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns status code 403 0 1 0
Verify Invalid token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns status code 403
expected response to have status code 403 but got 500
Verify Invalid token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 240B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2bb679f-2a7e-46c7-b431-5c835a366394
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 240
ETag W/"f0-QfWuneI01vvhqqqr1QAKYlb4x4A"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":9},{"label":"Created today","key":"created_today","count":2},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify Expired token returns status code 403 0 1 0
Verify Expired token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Expired token returns status code 403
expected response to have status code 403 but got 200
Verify Expired token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 10.53KB

Test Pass Percentage
96 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b2a4077-4822-4ad2-bcf8-d96992b5c45a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status Code is 200 1 0 0
Verify Status message is 'OK' 1 0 0
Verify Response time under 200 ms 0 1 0
Verify message key contains 'success' 1 0 0
Verify response schema matches expected schema 1 0 0
Verify json response contains key: mst_oem 1 0 0
Verify json response contains key: mst_model 1 0 0
Verify json response contains key: mst_action_status 1 0 0
Verify json response contains key: mst_warrenty_status 1 0 0
Verify json response contains key: mst_platform 1 0 0
Verify json response contains key: mst_product 1 0 0
Verify json response contains key: mst_role 1 0 0
Verify json response contains key: mst_service_location 1 0 0
Verify json response contains key: mst_problem 1 0 0
Verify json response contains key: map_fst_pincode 1 0 0
Verify key- mst_oem , returns a non-empty array 1 0 0
Verify key- mst_model , returns a non-empty array 1 0 0
Verify key- mst_action_status , returns a non-empty array 1 0 0
Verify key- mst_warrenty_status , returns a non-empty array 1 0 0
Verify key- mst_platform , returns a non-empty array 1 0 0
Verify key- mst_product , returns a non-empty array 1 0 0
Verify key- mst_role , returns a non-empty array 1 0 0
Verify key- mst_service_location , returns a non-empty array 1 0 0
Verify key- mst_problem , returns a non-empty array 1 0 0
Verify key- map_fst_pincode , returns a non-empty array 1 0 0
Total 24 1 0
Test Failure
Test NameAssertion Error
Verify Response time under 200 ms
expected 247 to be at most 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 229ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 853aca7e-dc27-471e-8980-d6f2d93bcede
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Status code is 401 1 0 0
Verify Status code is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b3cbacad-58d3-4487-a719-c41f4571ef0c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 500
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3fa0fbeb-c616-4931-866e-5187a633bf89
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 200
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 306ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7594d987-f7cd-42a9-9886-9b3c3e7cbfd1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1126
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Jakob",
                "last_name": "Howe",
                "mobile_number": "222-980-4375",
                "mobile_number_alt": "222-980-4375",
                "email_id": "Lloyd_Lesch@hotmail.com",
                "email_id_alt": "Lloyd_Lesch@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18606306186824",
                "imei1": "18606306186824",
                "imei2": "18606306186824",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-7qryT7C13rj2Mpi4lRTrTkNgQD0"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":186640,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":186658,"tr_customer_product_id":186648,"job_number":"JOB_186640"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 306 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 239ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81805d35-cfb9-4607-9c83-d2c9cefab077
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1133
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Sonia",
                "last_name": "Schowalter",
                "mobile_number": "715-428-0701",
                "mobile_number_alt": "995-920-9551",
                "email_id": "Howard_Welch5@hotmail.com",
                "email_id_alt": "Emmanuelle83@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18606306186824",
                "imei1": "18606306186824",
                "imei2": "18606306186824",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 232ms
Mean size per request: 71B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b0c87156-6ae3-45f3-8ffe-a5813c0e9d5b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1133
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Israel",
                "last_name": "Muller",
                "mobile_number": "269-822-8071",
                "mobile_number_alt": "357-240-9505",
                "email_id": "Jana_Gorczany@hotmail.com",
                "email_id_alt": "Crawford_Crooks@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18606306186824",
                "imei1": "18606306186824",
                "imei2": "18606306186824",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 71
ETag W/"47-3fyFQKYzbJTwnROVExMoVXviIKc"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3aaf612e-79b2-4be0-8e30-40aa9f545736
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1134
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Wyatt",
                "last_name": "Lemke",
                "mobile_number": "666-420-4979",
                "mobile_number_alt": "787-266-1097",
                "email_id": "Pierre.Mertz47@hotmail.com",
                "email_id_alt": "Ruby.Schaefer64@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "17042674251553",
                "imei1": "17042674251553",
                "imei2": "17042674251553",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-d7j86SW4+rNnzwkdw7C93pQztj4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":186641,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":186659,"tr_customer_product_id":186649,"job_number":"JOB_186641"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 276 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 132B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea736e33-c27b-4fdd-bf44-30b203d34a13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1039
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Shemar",
                "last_name": "Nienow",
                "mobile_number": "963-906-6093",
                "mobile_number_alt": "229-580-3448",
                "email_id": "Gretchen.OKeefe@yahoo.com",
                "email_id_alt": "Allie62@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18606306186824",
                "imei1": "18606306186824",
                "imei2": "18606306186824",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 132
ETag W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 400 Bad Request 0 1 0
Verify message is '"problems" does not contain 1 required value(s)' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 231ms
Mean size per request: 107B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 65d91674-a6a3-490b-b433-4d3228aa9286
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 851
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18606306186824",
                "imei1": "18606306186824",
                "imei2": "18606306186824",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                 {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 107
ETag W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing customerdetails should return 400 Bad Request 0 1 0
Verify message is '"customer" is required' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing customerdetails should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 232ms
Mean size per request: 115B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1e1fa8e-e764-445c-b0b9-5377e7774d1e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 825
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Garfield",
                "last_name": "Pagac",
                "mobile_number": "801-766-0864",
                "mobile_number_alt": "293-578-8168",
                "email_id": "Gene92@hotmail.com",
                "email_id_alt": "Hettie54@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 115
ETag W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing product details should return 400 Bad Request 0 1 0
Verify message is '"customer_product" is required 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing product details should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 231ms
Mean size per request: 143B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bace5173-90fd-4ca0-a287-298d7177f1d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1118
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Sonny",
                "last_name": "Ledner",
                "mobile_number": "276-212-3942",
                "mobile_number_alt": "737-515-5515",
                "email_id": "Magdalena.Kerluke@hotmail.com",
                "email_id_alt": "Patrick91@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1087821173",
                "imei1": "1087821173",
                "imei2": "1087821173",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Verify message contains 'serial_number' length must be at least 14 characters long' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 352ms
Mean size per request: 233B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ae19743-a58c-4ec5-8d96-cc5256da1b6f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1139
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Ashtyn",
                "last_name": "Wuckert",
                "mobile_number": "566-974-6969",
                "mobile_number_alt": "777-258-5043",
                "email_id": "Agustina_Wisozk@yahoo.com",
                "email_id_alt": "Marvin_Feest94@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1314142887980010",
                "imei1": "1314142887980010",
                "imei2": "1314142887980010",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-NTtJykRa6ksq+JuFf4H7IY9yQKQ"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":186642,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":186660,"tr_customer_product_id":186650,"job_number":"JOB_186642"}}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 240B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f8c4e92-4d92-495d-871e-be02c07cffc3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 240
ETag W/"f0-66LYv6/XpF8K1hXiOnjYWxneuck"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":9},{"label":"Created today","key":"created_today","count":5},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify the count of the created job is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 4.89KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14757a3f-7bf5-4cf7-a03a-6fd35849fde3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1392-ppWEQ21SMyNE2VqYRdArCUOernY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:25:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":186638,"job_number":"JOB_186638","tr_customer_id":186656,"tr_customer_product_id":186646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T00:41:53.000Z","modified_at":"2026-02-15T00:41:53.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"77319011374519","imei1":"77319011374519","imei2":"77319011374519","popurl":"2026-02-05T00:41:50.651576800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T00:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186639,"job_number":"JOB_186639","tr_customer_id":186657,"tr_customer_product_id":186647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T01:54:58.000Z","modified_at":"2026-02-15T01:54:58.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"81119011374519","imei1":"81119011374519","imei2":"81119011374519","popurl":"2026-02-05T01:54:55.551444300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T01:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186641,"job_number":"JOB_186641","tr_customer_id":186659,"tr_customer_product_id":186649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Wyatt Lemke","mobile_number":"666-420-4979","email_id":"Pierre.Mertz47@hotmail.com","dop":"2025-05-30","serial_number":"17042674251553","imei1":"17042674251553","imei2":"17042674251553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186642,"job_number":"JOB_186642","tr_customer_id":186660,"tr_customer_product_id":186650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:57.000Z","modified_at":"2026-02-15T03:25:57.000Z","name":"Ashtyn Wuckert","mobile_number":"566-974-6969","email_id":"Agustina_Wisozk@yahoo.com","dop":"2025-05-30","serial_number":"1314142887980010","imei1":"1314142887980010","imei2":"1314142887980010","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify response message should be 'Success' 1 0 0
Verify response data should be a non-empty array. 1 0 0
Verify Response time should be below 250 ms 1 0 0
Verify Keys are present for job with jobId: 186638 1 0 0
Verify Job Number starts with 'JOB_' for Job: 186638 1 0 0
Verify Keys are present for job with jobId: 186639 1 0 0
Verify Job Number starts with 'JOB_' for Job: 186639 1 0 0
Verify Keys are present for job with jobId: 186640 1 0 0
Verify Job Number starts with 'JOB_' for Job: 186640 1 0 0
Verify Keys are present for job with jobId: 186641 1 0 0
Verify Job Number starts with 'JOB_' for Job: 186641 1 0 0
Verify Keys are present for job with jobId: 186642 1 0 0
Verify Job Number starts with 'JOB_' for Job: 186642 1 0 0
Verify Job Number created createjob api should be present in this response 1 0 0
Total 15 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 229ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd2219e5-c125-4a1f-8b02-2a8cf7e743ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing Token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 233ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14653df4-b9f3-45e9-96bc-d2294a680484
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 4.89KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b427a044-914a-48ec-a466-e2cceefaece5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1392-ppWEQ21SMyNE2VqYRdArCUOernY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:25:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":186638,"job_number":"JOB_186638","tr_customer_id":186656,"tr_customer_product_id":186646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T00:41:53.000Z","modified_at":"2026-02-15T00:41:53.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"77319011374519","imei1":"77319011374519","imei2":"77319011374519","popurl":"2026-02-05T00:41:50.651576800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T00:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186639,"job_number":"JOB_186639","tr_customer_id":186657,"tr_customer_product_id":186647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T01:54:58.000Z","modified_at":"2026-02-15T01:54:58.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"81119011374519","imei1":"81119011374519","imei2":"81119011374519","popurl":"2026-02-05T01:54:55.551444300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T01:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186641,"job_number":"JOB_186641","tr_customer_id":186659,"tr_customer_product_id":186649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Wyatt Lemke","mobile_number":"666-420-4979","email_id":"Pierre.Mertz47@hotmail.com","dop":"2025-05-30","serial_number":"17042674251553","imei1":"17042674251553","imei2":"17042674251553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186642,"job_number":"JOB_186642","tr_customer_id":186660,"tr_customer_product_id":186650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:57.000Z","modified_at":"2026-02-15T03:25:57.000Z","name":"Ashtyn Wuckert","mobile_number":"566-974-6969","email_id":"Agustina_Wisozk@yahoo.com","dop":"2025-05-30","serial_number":"1314142887980010","imei1":"1314142887980010","imei2":"1314142887980010","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Verify Expired Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 31B

Test Pass Percentage
33 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 52a949c9-7fdb-4a57-a036-f5612ed4e482
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 33
Request Body
{
            "details_key": "qwerty"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Verify response payload don't contain message as success 0 1 0
Verify response payload should be an empty array 1 0 0
Total 1 2 0
Test Failures
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 200
Verify response payload don't contain message as success
expected { message: 'Success', data: [] } to not have property 'message'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 1020B

Test Pass Percentage
96 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4906094b-d0e9-4072-be6e-fef917c03652
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_186640"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1020
ETag W/"3fc-/kbJt4AoNd69BtoWyJ8ryyhuE0M"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Status code should be 200 OK 1 0 0
Response message should be 'Success' 1 0 0
Response time should be under 200 ms 0 1 0
Response data should be an array with exactly 1 matching job object 1 0 0
Verify the job number in response should match: JOB_186640 1 0 0
Response data should contain property: id 1 0 0
Response data should contain property: job_number 1 0 0
Response data should contain property: name 1 0 0
Response data should contain property: mobile_number 1 0 0
Response data should contain property: email_id 1 0 0
Response data should contain property: dop 1 0 0
Response data should contain property: serial_number 1 0 0
Response data should contain property: imei1 1 0 0
Response data should contain property: imei2 1 0 0
Response data should contain property: mst_platform_name 1 0 0
Response data should contain property: mst_oem_name 1 0 0
Response data should contain property: mst_action_status 1 0 0
Verify job_number (starts with "JOB_") 1 0 0
Validate timestamps: created_at, modified_at are valid ISO date strings 1 0 0
Verify IMEINumber is correct 1 0 0
Verify Name is correct 1 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Total 22 1 0
Test Failure
Test NameAssertion Error
Response time should be under 200 ms
expected 245 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 230ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99ae10c9-92e2-48ce-a189-d1e2a816c71d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_186640"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 231ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4dad2de-5cf4-4df1-9ae0-9fb65d354543
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_186640"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns 403 Forbidden 0 2 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 31B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3609ca32-dc36-4bc0-80a5-6a291d2ddd6c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 35
Request Body
{
            "searchText": "JOB_10110"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:25:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid job number returns 200 1 0 0
Verify Invalid job number returns an empty array 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 124B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d14ab8ea-5fb0-4a58-aeb0-6bed0ff57e72
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "searchText": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 124
ETag W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Empty searchText Returns 400 Bad Request 0 1 0
Verify message is: "searchText" is not allowed to be empty 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify Empty searchText Returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_186640
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 1.53KB

Test Pass Percentage
97 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a6a6fab-d892-44c8-955e-621e044ad8e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61f-8YAFKlLL/hRM9cwB52Pwzpr3/xk"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":712676,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-15T03:25:55.000Z","created_at":"2026-02-15T03:25:55.000Z"},{"id":712677,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-15T03:25:55.000Z","created_at":"2026-02-15T03:25:55.000Z"}],"problems":[{"id":175333,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-15T03:25:55.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify Message is ' Success' 1 0 0
Response time is under 200 ms 0 1 0
Job number matches the request 1 0 0
Verify json response contains key: id 1 0 0
Verify json response contains key: job_number 1 0 0
Verify json response contains key: name 1 0 0
Verify json response contains key: mobile_number 1 0 0
Verify json response contains key: email_id 1 0 0
Verify json response contains key: mst_model_name 1 0 0
Verify json response contains key: mst_oem_name 1 0 0
Verify json response contains key: tr_customer_id 1 0 0
Verify json response contains key: serial_number 1 0 0
Verify json response contains key: imei1 1 0 0
Verify json response contains key: details 1 0 0
Verify json response contains key: problems 1 0 0
Verify Quotations is an array (can be empty) 1 0 0
Details array contains history with proper status transitions 3 0 0
Details array contains mandatory properties 2 0 0
Verify problems array contains at least one problem with correct structure 1 0 0
Verify customer id is correct 3 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Verify imei number is correct 1 0 0
Total 28 1 0
Test Failure
Test NameAssertion Error
Response time is under 200 ms
expected 255 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_186640
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 231ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f9c7567-62b1-4c58-a51e-76e49201ac1f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing Authorization token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_186640
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ba3a1da-c0e5-4411-beef-8f1dac134aa1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Authorization token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_186640
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 1.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 59739ed4-a8a2-45f9-b25f-3832b88e9658
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61f-8YAFKlLL/hRM9cwB52Pwzpr3/xk"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":712676,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-15T03:25:55.000Z","created_at":"2026-02-15T03:25:55.000Z"},{"id":712677,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-15T03:25:55.000Z","created_at":"2026-02-15T03:25:55.000Z"}],"problems":[{"id":175333,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-15T03:25:55.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Expired Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Authorization token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_909810
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 33B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88b9bdc2-e943-4d6b-bec7-cb04864b1c81
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Invalid Job Number (Non-existent) will return 200 OK 1 0 0
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar 0 1 0
Verify Invalid Job Number (Non-existent) will return data as null or empty array 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar
expected 'Success' to deeply equal 'No record found'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/909810
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 33B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6302a83-6994-430c-976f-187dd13d1739
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 400 Bad Request 0 1 0
Verify Malformed Job Number will return Message as "Invalid job number format" or similar 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Malformed Job Number will return 400 Bad Request
expected response to have status code 400 but got 200
Verify Malformed Job Number will return Message as "Invalid job number format" or similar
expected 'Success' to deeply equal 'Invalid job number format'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/
Response Information
Response Code: 404 - Not Found
Mean time per request: 230ms
Mean size per request: 26B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f32344e-0697-4383-bf5b-51958c30bf15
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 404 Not Found 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_186640
Response Information
Response Code: 404 - Not Found
Mean time per request: 230ms
Mean size per request: 26B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NTB9.9xjaf1ytQyAIf7FkW6rovS23h1WQQdKocNJPXMlrS_I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0dc17f4a-57e5-4dbc-99e9-87a9cb6bcbe5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 405 Method Not Allowed 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Malformed Job Number will return 405 Method Not Allowed
expected response to have status code 405 but got 404
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 698B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26616565-bed2-4b91-8e53-e495b66cf5b0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-vaKv0d7tQyXZ1YE6p50XEym+zQA"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU"}}
Test Information
NamePassedFailedSkipped
Verify Status code returned is 200 OK 1 0 0
Verify Response time is less than 200ms 0 1 0
Verify Message should be 'Success' 1 0 0
Verify Authorization Token is valid 1 0 0
Verify response follows defined schema 1 0 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify Response time is less than 200ms
expected 232 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 233ms
Mean size per request: 111B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9bc1b962-4112-4956-98e2-4e98bfa39fd3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 61
Request Body
{
            "username": "Pritish",
            "password": "Test@1234"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Invalid Credentials will return 401 Unauthorized 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Credentials will return 401 Unauthorized
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 231ms
Mean size per request: 98B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06362b02-9d10-4d34-a268-8742e7a5aa68
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Blank Credentials will return 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Blank Credentials will return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be3ced91-2819-46b3-8c46-89fcac888deb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb183caa-cd40-47e3-96eb-e9a5daaac984
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-yW7+cbXdZ8rED0bLJ8HlojhToBg"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":706},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":9}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 793ms
Mean size per request: 686.38KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ef735f1-d04f-47ef-bc59-24cd8ba913fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ab989-VB+mIpHJSsbnCexbpTMXa6nFnPs"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":185710,"job_number":"JOB_185710","tr_customer_id":185728,"tr_customer_product_id":185718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:40.000Z","modified_at":"2026-02-14T04:20:40.000Z","name":"Nick Prosacco","mobile_number":"698-445-2161","email_id":"Cordelia7@yahoo.com","dop":"2000-01-31","serial_number":"1046558088694823","imei1":"1046558088694823","imei2":"1046558088694823","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185750,"job_number":"JOB_185750","tr_customer_id":185768,"tr_customer_product_id":185758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:22.000Z","modified_at":"2026-02-14T04:21:22.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10699647718594","imei1":"10699647718594","imei2":"10699647718594","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185752,"job_number":"JOB_185752","tr_customer_id":185770,"tr_customer_product_id":185760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:23.000Z","modified_at":"2026-02-14T04:21:23.000Z","name":"Ron Wuckert","mobile_number":"312-623-4005","email_id":"Frida_Murphy@yahoo.com","dop":"2000-01-31","serial_number":"1067373898139205","imei1":"1067373898139205","imei2":"1067373898139205","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185805,"job_number":"JOB_185805","tr_customer_id":185823,"tr_customer_product_id":185813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:04.000Z","modified_at":"2026-02-14T04:22:04.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10538224968942","imei1":"10538224968942","imei2":"10538224968942","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185809,"job_number":"JOB_185809","tr_customer_id":185827,"tr_customer_product_id":185817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:06.000Z","modified_at":"2026-02-14T04:22:06.000Z","name":"Oma Daniel","mobile_number":"945-810-0141","email_id":"Michele41@yahoo.com","dop":"2000-01-31","serial_number":"1002597812471724","imei1":"1002597812471724","imei2":"1002597812471724","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185846,"job_number":"JOB_185846","tr_customer_id":185864,"tr_customer_product_id":185854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:47.000Z","modified_at":"2026-02-14T04:22:47.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10267513825914","imei1":"10267513825914","imei2":"10267513825914","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185848,"job_number":"JOB_185848","tr_customer_id":185866,"tr_customer_product_id":185856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:49.000Z","modified_at":"2026-02-14T04:22:49.000Z","name":"Ardith Hickle","mobile_number":"929-935-6478","email_id":"Edyth91@gmail.com","dop":"2000-01-31","serial_number":"1043360582466527","imei1":"1043360582466527","imei2":"1043360582466527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186354,"job_number":"JOB_186354","tr_customer_id":186372,"tr_customer_product_id":186362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:48.000Z","modified_at":"2026-02-14T14:21:48.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10608187428635","imei1":"10608187428635","imei2":"10608187428635","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186356,"job_number":"JOB_186356","tr_customer_id":186374,"tr_customer_product_id":186364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:50.000Z","modified_at":"2026-02-14T14:21:50.000Z","name":"Arianna Swaniawski","mobile_number":"313-891-4307","email_id":"Uriah_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1031943701763244","imei1":"1031943701763244","imei2":"1031943701763244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186360,"job_number":"JOB_186360","tr_customer_id":186378,"tr_customer_product_id":186368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:30.000Z","modified_at":"2026-02-14T14:22:30.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10223093024099","imei1":"10223093024099","imei2":"10223093024099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186362,"job_number":"JOB_186362","tr_customer_id":186380,"tr_customer_product_id":186370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:31.000Z","modified_at":"2026-02-14T14:22:31.000Z","name":"Etha Ondricka","mobile_number":"824-985-1475","email_id":"Paula_Spinka@yahoo.com","dop":"2000-01-31","serial_number":"1075221956320983","imei1":"1075221956320983","imei2":"1075221956320983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186363,"job_number":"JOB_186363","tr_customer_id":186381,"tr_customer_product_id":186371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:10.000Z","modified_at":"2026-02-14T14:23:10.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10708478411953","imei1":"10708478411953","imei2":"10708478411953","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186365,"job_number":"JOB_186365","tr_customer_id":186383,"tr_customer_product_id":186373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:12.000Z","modified_at":"2026-02-14T14:23:12.000Z","name":"Donna Grimes","mobile_number":"932-891-5251","email_id":"Cullen_Feeney0@yahoo.com","dop":"2000-01-31","serial_number":"1067391463318990","imei1":"1067391463318990","imei2":"1067391463318990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186366,"job_number":"JOB_186366","tr_customer_id":186384,"tr_customer_product_id":186374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:51.000Z","modified_at":"2026-02-14T14:23:51.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10812868057437","imei1":"10812868057437","imei2":"10812868057437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186368,"job_number":"JOB_186368","tr_customer_id":186386,"tr_customer_product_id":186376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:52.000Z","modified_at":"2026-02-14T14:23:52.000Z","name":"Carolanne Brakus","mobile_number":"666-447-6731","email_id":"Krystel_Schuppe30@hotmail.com","dop":"2000-01-31","serial_number":"1017120137617944","imei1":"1017120137617944","imei2":"1017120137617944","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185648,"job_number":"JOB_185648","tr_customer_id":185666,"tr_customer_product_id":185656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T21:05:24.000Z","modified_at":"2026-02-13T21:05:24.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-08","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-08T21:05:23.828664209Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T21:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185649,"job_number":"JOB_185649","tr_customer_id":185667,"tr_customer_product_id":185657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T22:02:05.000Z","modified_at":"2026-02-13T22:02:05.000Z","name":"Shridhar adhav","mobile_number":"9881654565","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T22:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185651,"job_number":"JOB_185651","tr_customer_id":185669,"tr_customer_product_id":185659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T23:50:11.000Z","modified_at":"2026-02-13T23:50:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-02-03T23:50:10.753829937Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185652,"job_number":"JOB_185652","tr_customer_id":185670,"tr_customer_product_id":185660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T23:50:11.000Z","modified_at":"2026-02-13T23:50:11.000Z","name":"Abhirath Chaturvedi","mobile_number":"7099818163","email_id":"chakrika.khanna@yahoo.co.in","dop":"2026-02-03","serial_number":"308173783262379","imei1":"308173783262379","imei2":"308173783262379","popurl":"www.chinmayanand-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185653,"job_number":"JOB_185653","tr_customer_id":185671,"tr_customer_product_id":185661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T23:52:42.000Z","modified_at":"2026-02-13T23:52:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-02-03T23:52:42.036916597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T23:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185655,"job_number":"JOB_185655","tr_customer_id":185673,"tr_customer_product_id":185663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T03:11:47.000Z","modified_at":"2026-02-14T03:11:47.000Z","name":"Boris Friesen","mobile_number":"667-966-6213","email_id":"Dudley_Lind@gmail.com","dop":"2025-05-30","serial_number":"18335838115690","imei1":"18335838115690","imei2":"18335838115690","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T03:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185656,"job_number":"JOB_185656","tr_customer_id":185674,"tr_customer_product_id":185664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T03:11:48.000Z","modified_at":"2026-02-14T03:11:48.000Z","name":"Rossie Gusikowski","mobile_number":"994-763-5068","email_id":"Oleta_Aufderhar82@hotmail.com","dop":"2025-05-30","serial_number":"1347009354194047","imei1":"1347009354194047","imei2":"1347009354194047","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T03:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185660,"job_number":"JOB_185660","tr_customer_id":185678,"tr_customer_product_id":185668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:23.000Z","modified_at":"2026-02-14T04:19:23.000Z","name":"Alana Rippin","mobile_number":"808-815-6452","email_id":"Devin15@yahoo.com","dop":"2025-04-06","serial_number":"10695464728902942","imei1":"10695464728902942","imei2":"10695464728902942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185661,"job_number":"JOB_185661","tr_customer_id":185679,"tr_customer_product_id":185669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:25.000Z","modified_at":"2026-02-14T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12595352495826","imei1":"12595352495826","imei2":"12595352495826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185663,"job_number":"JOB_185663","tr_customer_id":185681,"tr_customer_product_id":185671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:27.000Z","modified_at":"2026-02-14T04:19:27.000Z","name":"Nakia Jacobs","mobile_number":"410-441-0994","email_id":"Dylan_Aufderhar21@yahoo.com","dop":"2025-04-06","serial_number":"16706436201310376","imei1":"16706436201310376","imei2":"16706436201310376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185667,"job_number":"JOB_185667","tr_customer_id":185685,"tr_customer_product_id":185675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:46.000Z","modified_at":"2026-02-14T04:19:46.000Z","name":"Kaya McCullough","mobile_number":"326-710-0597","email_id":"Howard.Schiller16@hotmail.com","dop":"2025-04-06","serial_number":"17056562021764604","imei1":"17056562021764604","imei2":"17056562021764604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185669,"job_number":"JOB_185669","tr_customer_id":185687,"tr_customer_product_id":185677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:55.000Z","modified_at":"2026-02-14T04:19:55.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"59312388244714","imei1":"59312388244714","imei2":"59312388244714","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185670,"job_number":"JOB_185670","tr_customer_id":185688,"tr_customer_product_id":185678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:55.000Z","modified_at":"2026-02-14T04:19:55.000Z","name":"Sven Moore","mobile_number":"227-376-3705","email_id":"Everett.Tromp@yahoo.com","dop":"2025-02-01","serial_number":"70715116436899","imei1":"70715116436899","imei2":"70715116436899","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185672,"job_number":"JOB_185672","tr_customer_id":185690,"tr_customer_product_id":185680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:01.000Z","modified_at":"2026-02-14T04:20:01.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10232877677939","imei1":"10232877677939","imei2":"10232877677939","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185673,"job_number":"JOB_185673","tr_customer_id":185691,"tr_customer_product_id":185681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:01.000Z","modified_at":"2026-02-14T04:20:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11412514896787","imei1":"11412514896787","imei2":"11412514896787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185677,"job_number":"JOB_185677","tr_customer_id":185695,"tr_customer_product_id":185685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:02.000Z","modified_at":"2026-02-14T04:20:02.000Z","name":"Devan Boyer","mobile_number":"307-786-3455","email_id":"Anastacio.Schmitt87@gmail.com","dop":"2025-06-18","serial_number":"1085293605523385","imei1":"1085293605523385","imei2":"1085293605523385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185678,"job_number":"JOB_185678","tr_customer_id":185696,"tr_customer_product_id":185686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:02.000Z","modified_at":"2026-02-14T04:20:02.000Z","name":"Trevion Simonis","mobile_number":"535-756-1582","email_id":"Luna.Olson83@gmail.com","dop":"2025-04-06","serial_number":"14416274431970536","imei1":"14416274431970536","imei2":"14416274431970536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185679,"job_number":"JOB_185679","tr_customer_id":185697,"tr_customer_product_id":185687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:05.000Z","modified_at":"2026-02-14T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"17383983637981","imei1":"17383983637981","imei2":"17383983637981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185682,"job_number":"JOB_185682","tr_customer_id":185700,"tr_customer_product_id":185690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:06.000Z","modified_at":"2026-02-14T04:20:06.000Z","name":"Sydnee Kris","mobile_number":"567-809-4071","email_id":"Paula.Ratke22@gmail.com","dop":"2025-04-06","serial_number":"19411315541349132","imei1":"19411315541349132","imei2":"19411315541349132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185683,"job_number":"JOB_185683","tr_customer_id":185701,"tr_customer_product_id":185691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:08.000Z","modified_at":"2026-02-14T04:20:08.000Z","name":"Joanie Shields","mobile_number":"669-599-9654","email_id":"Alize.Lynch@gmail.com","dop":"2025-04-06","serial_number":"14151711071363612","imei1":"14151711071363612","imei2":"14151711071363612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185684,"job_number":"JOB_185684","tr_customer_id":185702,"tr_customer_product_id":185692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:14.000Z","modified_at":"2026-02-14T04:20:14.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11951506589268","imei1":"11951506589268","imei2":"11951506589268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185686,"job_number":"JOB_185686","tr_customer_id":185704,"tr_customer_product_id":185694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:15.000Z","modified_at":"2026-02-14T04:20:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16737378327166","imei1":"16737378327166","imei2":"16737378327166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185688,"job_number":"JOB_185688","tr_customer_id":185706,"tr_customer_product_id":185696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:16.000Z","modified_at":"2026-02-14T04:20:16.000Z","name":"Guido Hahn","mobile_number":"863-377-8220","email_id":"Abdul_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"19088909314350000","imei1":"19088909314350000","imei2":"19088909314350000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185690,"job_number":"JOB_185690","tr_customer_id":185708,"tr_customer_product_id":185698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:16.000Z","modified_at":"2026-02-14T04:20:16.000Z","name":"Holden Paucek","mobile_number":"759-656-2748","email_id":"Lysanne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"18969944983518172","imei1":"18969944983518172","imei2":"18969944983518172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185691,"job_number":"JOB_185691","tr_customer_id":185709,"tr_customer_product_id":185699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:17.000Z","modified_at":"2026-02-14T04:20:17.000Z","name":"Ashly Kihn","mobile_number":"752-668-8470","email_id":"Pietro.Nikolaus@gmail.com","dop":"2025-04-06","serial_number":"19280133913930988","imei1":"19280133913930988","imei2":"19280133913930988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185694,"job_number":"JOB_185694","tr_customer_id":185712,"tr_customer_product_id":185702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:21.000Z","modified_at":"2026-02-14T04:20:21.000Z","name":"Elinore Ortiz","mobile_number":"351-829-4827","email_id":"Reyna_Dicki52@gmail.com","dop":"2025-04-06","serial_number":"17090267630165256","imei1":"17090267630165256","imei2":"17090267630165256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185696,"job_number":"JOB_185696","tr_customer_id":185714,"tr_customer_product_id":185704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:28.000Z","modified_at":"2026-02-14T04:20:28.000Z","name":"Paula Heathcote","mobile_number":"792-674-0199","email_id":"Khalil.Abbott@yahoo.com","dop":"2025-04-06","serial_number":"10151555729123536","imei1":"10151555729123536","imei2":"10151555729123536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185697,"job_number":"JOB_185697","tr_customer_id":185715,"tr_customer_product_id":185705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:28.000Z","modified_at":"2026-02-14T04:20:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14696473644641","imei1":"14696473644641","imei2":"14696473644641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185699,"job_number":"JOB_185699","tr_customer_id":185717,"tr_customer_product_id":185707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:30.000Z","modified_at":"2026-02-14T04:20:30.000Z","name":"Twila Ernser","mobile_number":"658-359-7551","email_id":"Merl.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"15170091278179916","imei1":"15170091278179916","imei2":"15170091278179916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185700,"job_number":"JOB_185700","tr_customer_id":185718,"tr_customer_product_id":185708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:31.000Z","modified_at":"2026-02-14T04:20:31.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185701,"job_number":"JOB_185701","tr_customer_id":185719,"tr_customer_product_id":185709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:32.000Z","modified_at":"2026-02-14T04:20:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14424850008614","imei1":"14424850008614","imei2":"14424850008614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185703,"job_number":"JOB_185703","tr_customer_id":185721,"tr_customer_product_id":185711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:34.000Z","modified_at":"2026-02-14T04:20:34.000Z","name":"Alexandria Sporer","mobile_number":"418-702-7264","email_id":"Dayana51@hotmail.com","dop":"2025-04-06","serial_number":"11093031589831056","imei1":"11093031589831056","imei2":"11093031589831056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185704,"job_number":"JOB_185704","tr_customer_id":185722,"tr_customer_product_id":185712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:34.000Z","modified_at":"2026-02-14T04:20:34.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"30866273057754","imei1":"30866273057754","imei2":"30866273057754","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185705,"job_number":"JOB_185705","tr_customer_id":185723,"tr_customer_product_id":185713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:34.000Z","modified_at":"2026-02-14T04:20:34.000Z","name":"Cade McCullough","mobile_number":"929-659-5145","email_id":"Maeve.Adams@hotmail.com","dop":"2025-02-01","serial_number":"104282978109785","imei1":"104282978109785","imei2":"104282978109785","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185711,"job_number":"JOB_185711","tr_customer_id":185729,"tr_customer_product_id":185719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:42.000Z","modified_at":"2026-02-14T04:20:42.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"101514249304319","imei1":"101514249304319","imei2":"101514249304319","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185712,"job_number":"JOB_185712","tr_customer_id":185730,"tr_customer_product_id":185720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:42.000Z","modified_at":"2026-02-14T04:20:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13590493188338","imei1":"13590493188338","imei2":"13590493188338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185715,"job_number":"JOB_185715","tr_customer_id":185733,"tr_customer_product_id":185723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:44.000Z","modified_at":"2026-02-14T04:20:44.000Z","name":"Lorna Koelpin","mobile_number":"560-846-3677","email_id":"Alisa.Beier97@yahoo.com","dop":"2025-04-06","serial_number":"16753713463173648","imei1":"16753713463173648","imei2":"16753713463173648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185716,"job_number":"JOB_185716","tr_customer_id":185734,"tr_customer_product_id":185724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:45.000Z","modified_at":"2026-02-14T04:20:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10905101329984","imei1":"10905101329984","imei2":"10905101329984","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185717,"job_number":"JOB_185717","tr_customer_id":185735,"tr_customer_product_id":185725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:45.000Z","modified_at":"2026-02-14T04:20:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15004136533943","imei1":"15004136533943","imei2":"15004136533943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185720,"job_number":"JOB_185720","tr_customer_id":185738,"tr_customer_product_id":185728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:46.000Z","modified_at":"2026-02-14T04:20:46.000Z","name":"Jocelyn Kirlin","mobile_number":"777-748-3259","email_id":"Megane_Fay52@gmail.com","dop":"2025-06-18","serial_number":"1099976908543408","imei1":"1099976908543408","imei2":"1099976908543408","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185721,"job_number":"JOB_185721","tr_customer_id":185739,"tr_customer_product_id":185729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:46.000Z","modified_at":"2026-02-14T04:20:46.000Z","name":"Sister Jakubowski","mobile_number":"734-952-4051","email_id":"Haskell.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18664933434088836","imei1":"18664933434088836","imei2":"18664933434088836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185722,"job_number":"JOB_185722","tr_customer_id":185740,"tr_customer_product_id":185730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:48.000Z","modified_at":"2026-02-14T04:20:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18372303928165","imei1":"18372303928165","imei2":"18372303928165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185724,"job_number":"JOB_185724","tr_customer_id":185742,"tr_customer_product_id":185732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:50.000Z","modified_at":"2026-02-14T04:20:50.000Z","name":"Rubye Ryan","mobile_number":"351-531-3836","email_id":"Gerson_Ziemann@hotmail.com","dop":"2025-04-06","serial_number":"17837545863358206","imei1":"17837545863358206","imei2":"17837545863358206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185726,"job_number":"JOB_185726","tr_customer_id":185744,"tr_customer_product_id":185734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:56.000Z","modified_at":"2026-02-14T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12404359867184","imei1":"12404359867184","imei2":"12404359867184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185728,"job_number":"JOB_185728","tr_customer_id":185746,"tr_customer_product_id":185736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:57.000Z","modified_at":"2026-02-14T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18188851353298","imei1":"18188851353298","imei2":"18188851353298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185730,"job_number":"JOB_185730","tr_customer_id":185748,"tr_customer_product_id":185738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:58.000Z","modified_at":"2026-02-14T04:20:58.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"10247743366641","imei1":"10247743366641","imei2":"10247743366641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185731,"job_number":"JOB_185731","tr_customer_id":185749,"tr_customer_product_id":185739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:58.000Z","modified_at":"2026-02-14T04:20:58.000Z","name":"Doyle Little","mobile_number":"367-821-0874","email_id":"Josue.Stokes92@yahoo.com","dop":"2025-04-06","serial_number":"14782533437866848","imei1":"14782533437866848","imei2":"14782533437866848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185733,"job_number":"JOB_185733","tr_customer_id":185751,"tr_customer_product_id":185741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:58.000Z","modified_at":"2026-02-14T04:20:58.000Z","name":"Leanne Hansen","mobile_number":"536-928-6136","email_id":"Jamel_Smitham80@hotmail.com","dop":"2025-04-06","serial_number":"17280429643357052","imei1":"17280429643357052","imei2":"17280429643357052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185734,"job_number":"JOB_185734","tr_customer_id":185752,"tr_customer_product_id":185742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:59.000Z","modified_at":"2026-02-14T04:20:59.000Z","name":"Emmanuelle Stokes","mobile_number":"751-946-7188","email_id":"Katherine21@gmail.com","dop":"2025-04-06","serial_number":"10062015201033014","imei1":"10062015201033014","imei2":"10062015201033014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185735,"job_number":"JOB_185735","tr_customer_id":185753,"tr_customer_product_id":185743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:06.000Z","modified_at":"2026-02-14T04:21:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14448196558288","imei1":"14448196558288","imei2":"14448196558288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185737,"job_number":"JOB_185737","tr_customer_id":185755,"tr_customer_product_id":185745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:07.000Z","modified_at":"2026-02-14T04:21:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19658282098747","imei1":"19658282098747","imei2":"19658282098747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185738,"job_number":"JOB_185738","tr_customer_id":185756,"tr_customer_product_id":185746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:08.000Z","modified_at":"2026-02-14T04:21:08.000Z","name":"Una Batz","mobile_number":"997-506-5436","email_id":"Percy_Boyer@hotmail.com","dop":"2025-04-06","serial_number":"14411993593274846","imei1":"14411993593274846","imei2":"14411993593274846","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185740,"job_number":"JOB_185740","tr_customer_id":185758,"tr_customer_product_id":185748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:09.000Z","modified_at":"2026-02-14T04:21:09.000Z","name":"Gianni Barton","mobile_number":"240-881-2946","email_id":"Ike.Bartell@hotmail.com","dop":"2025-04-06","serial_number":"10009489211552324","imei1":"10009489211552324","imei2":"10009489211552324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185741,"job_number":"JOB_185741","tr_customer_id":185759,"tr_customer_product_id":185749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:12.000Z","modified_at":"2026-02-14T04:21:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11071608525962","imei1":"11071608525962","imei2":"11071608525962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185743,"job_number":"JOB_185743","tr_customer_id":185761,"tr_customer_product_id":185751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:13.000Z","modified_at":"2026-02-14T04:21:13.000Z","name":"Minerva Schamberger","mobile_number":"630-317-5305","email_id":"Domenico0@gmail.com","dop":"2025-04-06","serial_number":"19584535916095240","imei1":"19584535916095240","imei2":"19584535916095240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185744,"job_number":"JOB_185744","tr_customer_id":185762,"tr_customer_product_id":185752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:13.000Z","modified_at":"2026-02-14T04:21:13.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"50445589400875","imei1":"50445589400875","imei2":"50445589400875","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185745,"job_number":"JOB_185745","tr_customer_id":185763,"tr_customer_product_id":185753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:14.000Z","modified_at":"2026-02-14T04:21:14.000Z","name":"Roma Block","mobile_number":"353-211-9053","email_id":"Cleora37@gmail.com","dop":"2025-02-01","serial_number":"22398273531648","imei1":"22398273531648","imei2":"22398273531648","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185747,"job_number":"JOB_185747","tr_customer_id":185765,"tr_customer_product_id":185755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:19.000Z","modified_at":"2026-02-14T04:21:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17143708405688","imei1":"17143708405688","imei2":"17143708405688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185749,"job_number":"JOB_185749","tr_customer_id":185767,"tr_customer_product_id":185757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:21.000Z","modified_at":"2026-02-14T04:21:21.000Z","name":"Murl Kuphal","mobile_number":"937-485-3499","email_id":"Shanelle.Mayer@gmail.com","dop":"2025-04-06","serial_number":"19137537522824210","imei1":"19137537522824210","imei2":"19137537522824210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185753,"job_number":"JOB_185753","tr_customer_id":185771,"tr_customer_product_id":185761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:24.000Z","modified_at":"2026-02-14T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13027902095003","imei1":"13027902095003","imei2":"13027902095003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185755,"job_number":"JOB_185755","tr_customer_id":185773,"tr_customer_product_id":185763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:26.000Z","modified_at":"2026-02-14T04:21:26.000Z","name":"Maude Conn","mobile_number":"820-537-5436","email_id":"Kallie_Waelchi43@gmail.com","dop":"2025-04-06","serial_number":"14632596426206904","imei1":"14632596426206904","imei2":"14632596426206904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185756,"job_number":"JOB_185756","tr_customer_id":185774,"tr_customer_product_id":185764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:27.000Z","modified_at":"2026-02-14T04:21:27.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"104038502115870","imei1":"104038502115870","imei2":"104038502115870","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185758,"job_number":"JOB_185758","tr_customer_id":185776,"tr_customer_product_id":185766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:33.000Z","modified_at":"2026-02-14T04:21:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14104169911111","imei1":"14104169911111","imei2":"14104169911111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185760,"job_number":"JOB_185760","tr_customer_id":185778,"tr_customer_product_id":185768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:35.000Z","modified_at":"2026-02-14T04:21:35.000Z","name":"Barton Schoen","mobile_number":"521-399-7283","email_id":"Sydni.Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"14024525267350480","imei1":"14024525267350480","imei2":"14024525267350480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185765,"job_number":"JOB_185765","tr_customer_id":185783,"tr_customer_product_id":185773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:38.000Z","modified_at":"2026-02-14T04:21:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17049849785874","imei1":"17049849785874","imei2":"17049849785874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185767,"job_number":"JOB_185767","tr_customer_id":185785,"tr_customer_product_id":185775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:38.000Z","modified_at":"2026-02-14T04:21:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12844149539067","imei1":"12844149539067","imei2":"12844149539067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185769,"job_number":"JOB_185769","tr_customer_id":185787,"tr_customer_product_id":185777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:39.000Z","modified_at":"2026-02-14T04:21:39.000Z","name":"Bernice Hodkiewicz","mobile_number":"659-580-3225","email_id":"Giovanna69@hotmail.com","dop":"2025-04-06","serial_number":"13614455227875456","imei1":"13614455227875456","imei2":"13614455227875456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185770,"job_number":"JOB_185770","tr_customer_id":185788,"tr_customer_product_id":185778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:39.000Z","modified_at":"2026-02-14T04:21:39.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"19734703497970","imei1":"19734703497970","imei2":"19734703497970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185771,"job_number":"JOB_185771","tr_customer_id":185789,"tr_customer_product_id":185779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:40.000Z","modified_at":"2026-02-14T04:21:40.000Z","name":"Ewald Borer","mobile_number":"371-997-9826","email_id":"Mariane22@hotmail.com","dop":"2025-04-06","serial_number":"16385982097118530","imei1":"16385982097118530","imei2":"16385982097118530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185773,"job_number":"JOB_185773","tr_customer_id":185791,"tr_customer_product_id":185781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:41.000Z","modified_at":"2026-02-14T04:21:41.000Z","name":"Chyna Bashirian","mobile_number":"735-865-2678","email_id":"Merl.Gibson9@yahoo.com","dop":"2025-04-06","serial_number":"17599174029224188","imei1":"17599174029224188","imei2":"17599174029224188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185774,"job_number":"JOB_185774","tr_customer_id":185792,"tr_customer_product_id":185782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:43.000Z","modified_at":"2026-02-14T04:21:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19717080249841","imei1":"19717080249841","imei2":"19717080249841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185776,"job_number":"JOB_185776","tr_customer_id":185794,"tr_customer_product_id":185784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:45.000Z","modified_at":"2026-02-14T04:21:45.000Z","name":"Ludie Fisher","mobile_number":"904-968-6244","email_id":"Alvera_Thiel40@yahoo.com","dop":"2025-04-06","serial_number":"10023153501363438","imei1":"10023153501363438","imei2":"10023153501363438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185782,"job_number":"JOB_185782","tr_customer_id":185800,"tr_customer_product_id":185790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:51.000Z","modified_at":"2026-02-14T04:21:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14575879311524","imei1":"14575879311524","imei2":"14575879311524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185784,"job_number":"JOB_185784","tr_customer_id":185802,"tr_customer_product_id":185792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:52.000Z","modified_at":"2026-02-14T04:21:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19336758745427","imei1":"19336758745427","imei2":"19336758745427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185785,"job_number":"JOB_185785","tr_customer_id":185803,"tr_customer_product_id":185793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:52.000Z","modified_at":"2026-02-14T04:21:52.000Z","name":"Kaleb Keebler","mobile_number":"784-209-5578","email_id":"Dolores_Prohaska@yahoo.com","dop":"2025-04-06","serial_number":"16402153798246486","imei1":"16402153798246486","imei2":"16402153798246486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185789,"job_number":"JOB_185789","tr_customer_id":185807,"tr_customer_product_id":185797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:54.000Z","modified_at":"2026-02-14T04:21:54.000Z","name":"Lyda Langworth","mobile_number":"361-845-1634","email_id":"Luigi_Herman@hotmail.com","dop":"2025-04-06","serial_number":"15926208808303940","imei1":"15926208808303940","imei2":"15926208808303940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185790,"job_number":"JOB_185790","tr_customer_id":185808,"tr_customer_product_id":185798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:54.000Z","modified_at":"2026-02-14T04:21:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18730523285784","imei1":"18730523285784","imei2":"18730523285784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185792,"job_number":"JOB_185792","tr_customer_id":185810,"tr_customer_product_id":185800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:54.000Z","modified_at":"2026-02-14T04:21:55.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10616178321410","imei1":"10616178321410","imei2":"10616178321410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185794,"job_number":"JOB_185794","tr_customer_id":185812,"tr_customer_product_id":185802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:56.000Z","modified_at":"2026-02-14T04:21:56.000Z","name":"Kara Hayes","mobile_number":"580-822-6610","email_id":"Levi_Klein23@gmail.com","dop":"2025-04-06","serial_number":"19156220186654064","imei1":"19156220186654064","imei2":"19156220186654064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185795,"job_number":"JOB_185795","tr_customer_id":185813,"tr_customer_product_id":185803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:56.000Z","modified_at":"2026-02-14T04:21:56.000Z","name":"Obie Funk","mobile_number":"569-979-7363","email_id":"Lauryn.Armstrong@gmail.com","dop":"2025-04-06","serial_number":"13001439108901440","imei1":"13001439108901440","imei2":"13001439108901440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185796,"job_number":"JOB_185796","tr_customer_id":185814,"tr_customer_product_id":185804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:57.000Z","modified_at":"2026-02-14T04:21:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18203984912503","imei1":"18203984912503","imei2":"18203984912503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185798,"job_number":"JOB_185798","tr_customer_id":185816,"tr_customer_product_id":185806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:58.000Z","modified_at":"2026-02-14T04:21:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14194357377880","imei1":"14194357377880","imei2":"14194357377880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185799,"job_number":"JOB_185799","tr_customer_id":185817,"tr_customer_product_id":185807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:58.000Z","modified_at":"2026-02-14T04:21:58.000Z","name":"Austen Champlin","mobile_number":"451-659-4395","email_id":"Cristal_Crona28@hotmail.com","dop":"2025-04-06","serial_number":"12776285687895380","imei1":"12776285687895380","imei2":"12776285687895380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185804,"job_number":"JOB_185804","tr_customer_id":185822,"tr_customer_product_id":185812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:00.000Z","modified_at":"2026-02-14T04:22:00.000Z","name":"Adriel Leannon","mobile_number":"675-563-3078","email_id":"Abagail.Stracke@yahoo.com","dop":"2025-04-06","serial_number":"13607094938329958","imei1":"13607094938329958","imei2":"13607094938329958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185807,"job_number":"JOB_185807","tr_customer_id":185825,"tr_customer_product_id":185815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:05.000Z","modified_at":"2026-02-14T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12467706184981","imei1":"12467706184981","imei2":"12467706184981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185810,"job_number":"JOB_185810","tr_customer_id":185828,"tr_customer_product_id":185818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:07.000Z","modified_at":"2026-02-14T04:22:07.000Z","name":"Russel Trantow","mobile_number":"829-446-9415","email_id":"Jaylon74@yahoo.com","dop":"2025-04-06","serial_number":"18861224165924936","imei1":"18861224165924936","imei2":"18861224165924936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185812,"job_number":"JOB_185812","tr_customer_id":185830,"tr_customer_product_id":185820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:11.000Z","modified_at":"2026-02-14T04:22:11.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"108824634144127","imei1":"108824634144127","imei2":"108824634144127","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185817,"job_number":"JOB_185817","tr_customer_id":185835,"tr_customer_product_id":185825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:18.000Z","modified_at":"2026-02-14T04:22:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17534805026590","imei1":"17534805026590","imei2":"17534805026590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185819,"job_number":"JOB_185819","tr_customer_id":185837,"tr_customer_product_id":185827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:20.000Z","modified_at":"2026-02-14T04:22:20.000Z","name":"Javier Hahn","mobile_number":"272-485-8546","email_id":"Birdie62@yahoo.com","dop":"2025-04-06","serial_number":"13899391991988454","imei1":"13899391991988454","imei2":"13899391991988454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185821,"job_number":"JOB_185821","tr_customer_id":185839,"tr_customer_product_id":185829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:21.000Z","modified_at":"2026-02-14T04:22:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"19082007310594","imei1":"19082007310594","imei2":"19082007310594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185823,"job_number":"JOB_185823","tr_customer_id":185841,"tr_customer_product_id":185831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:22.000Z","modified_at":"2026-02-14T04:22:22.000Z","name":"Berneice Quigley","mobile_number":"393-701-0954","email_id":"Sabryna_Will@yahoo.com","dop":"2025-04-06","serial_number":"16584859258160194","imei1":"16584859258160194","imei2":"16584859258160194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185827,"job_number":"JOB_185827","tr_customer_id":185845,"tr_customer_product_id":185835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:30.000Z","modified_at":"2026-02-14T04:22:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17659546654355","imei1":"17659546654355","imei2":"17659546654355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185829,"job_number":"JOB_185829","tr_customer_id":185847,"tr_customer_product_id":185837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:32.000Z","modified_at":"2026-02-14T04:22:32.000Z","name":"Elsie Robel","mobile_number":"352-332-6734","email_id":"Earlene_Orn8@hotmail.com","dop":"2025-04-06","serial_number":"18479939527626316","imei1":"18479939527626316","imei2":"18479939527626316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185831,"job_number":"JOB_185831","tr_customer_id":185849,"tr_customer_product_id":185839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:35.000Z","modified_at":"2026-02-14T04:22:35.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10889251434181","imei1":"10889251434181","imei2":"10889251434181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185833,"job_number":"JOB_185833","tr_customer_id":185851,"tr_customer_product_id":185841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:35.000Z","modified_at":"2026-02-14T04:22:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14885216780798","imei1":"14885216780798","imei2":"14885216780798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185835,"job_number":"JOB_185835","tr_customer_id":185853,"tr_customer_product_id":185843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:36.000Z","modified_at":"2026-02-14T04:22:36.000Z","name":"Marielle Rippin","mobile_number":"846-358-9925","email_id":"Harmon73@hotmail.com","dop":"2025-04-06","serial_number":"11275275743560612","imei1":"11275275743560612","imei2":"11275275743560612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185836,"job_number":"JOB_185836","tr_customer_id":185854,"tr_customer_product_id":185844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:37.000Z","modified_at":"2026-02-14T04:22:37.000Z","name":"Alana Pouros","mobile_number":"792-777-1444","email_id":"Leopold.Stark@gmail.com","dop":"2025-04-06","serial_number":"10571445080861164","imei1":"10571445080861164","imei2":"10571445080861164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185837,"job_number":"JOB_185837","tr_customer_id":185855,"tr_customer_product_id":185845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:37.000Z","modified_at":"2026-02-14T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19763652807988","imei1":"19763652807988","imei2":"19763652807988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185839,"job_number":"JOB_185839","tr_customer_id":185857,"tr_customer_product_id":185847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:38.000Z","modified_at":"2026-02-14T04:22:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13087364979403","imei1":"13087364979403","imei2":"13087364979403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185841,"job_number":"JOB_185841","tr_customer_id":185859,"tr_customer_product_id":185849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:39.000Z","modified_at":"2026-02-14T04:22:39.000Z","name":"Malachi Hodkiewicz","mobile_number":"254-719-7039","email_id":"Hildegard67@hotmail.com","dop":"2025-04-06","serial_number":"15121538488058500","imei1":"15121538488058500","imei2":"15121538488058500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185842,"job_number":"JOB_185842","tr_customer_id":185860,"tr_customer_product_id":185850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:40.000Z","modified_at":"2026-02-14T04:22:40.000Z","name":"Kaelyn Fritsch","mobile_number":"371-573-2196","email_id":"Marilou58@gmail.com","dop":"2025-04-06","serial_number":"12649024122370276","imei1":"12649024122370276","imei2":"12649024122370276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185843,"job_number":"JOB_185843","tr_customer_id":185861,"tr_customer_product_id":185851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:43.000Z","modified_at":"2026-02-14T04:22:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10844148081401","imei1":"10844148081401","imei2":"10844148081401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185845,"job_number":"JOB_185845","tr_customer_id":185863,"tr_customer_product_id":185853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:45.000Z","modified_at":"2026-02-14T04:22:45.000Z","name":"Leone Pacocha","mobile_number":"691-498-0463","email_id":"Jabari_Schinner@gmail.com","dop":"2025-04-06","serial_number":"11671091977149206","imei1":"11671091977149206","imei2":"11671091977149206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185849,"job_number":"JOB_185849","tr_customer_id":185867,"tr_customer_product_id":185857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:17.000Z","modified_at":"2026-02-14T04:23:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15884806584159","imei1":"15884806584159","imei2":"15884806584159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185851,"job_number":"JOB_185851","tr_customer_id":185869,"tr_customer_product_id":185859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:18.000Z","modified_at":"2026-02-14T04:23:18.000Z","name":"Ella Bailey","mobile_number":"418-729-6420","email_id":"Ibrahim32@hotmail.com","dop":"2025-04-06","serial_number":"14678621523288576","imei1":"14678621523288576","imei2":"14678621523288576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185852,"job_number":"JOB_185852","tr_customer_id":185870,"tr_customer_product_id":185860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:20.000Z","modified_at":"2026-02-14T04:23:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130323736687","imei1":"19130323736687","imei2":"19130323736687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185854,"job_number":"JOB_185854","tr_customer_id":185872,"tr_customer_product_id":185862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:21.000Z","modified_at":"2026-02-14T04:23:21.000Z","name":"Nolan Hackett","mobile_number":"503-437-8749","email_id":"Henriette.Sanford76@hotmail.com","dop":"2025-04-06","serial_number":"13818605181720476","imei1":"13818605181720476","imei2":"13818605181720476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185855,"job_number":"JOB_185855","tr_customer_id":185873,"tr_customer_product_id":185863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:28.000Z","modified_at":"2026-02-14T04:23:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14569673852049","imei1":"14569673852049","imei2":"14569673852049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185857,"job_number":"JOB_185857","tr_customer_id":185875,"tr_customer_product_id":185865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:30.000Z","modified_at":"2026-02-14T04:23:30.000Z","name":"Nannie Wunsch","mobile_number":"779-489-2744","email_id":"Anabelle95@gmail.com","dop":"2025-04-06","serial_number":"16851167955622520","imei1":"16851167955622520","imei2":"16851167955622520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185860,"job_number":"JOB_185860","tr_customer_id":185878,"tr_customer_product_id":185868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:26.000Z","modified_at":"2026-02-14T04:27:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84827126654741","imei1":"84827126654741","imei2":"84827126654741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185861,"job_number":"JOB_185861","tr_customer_id":185879,"tr_customer_product_id":185869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:26.000Z","modified_at":"2026-02-14T04:27:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34678220633032","imei1":"34678220633032","imei2":"34678220633032","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185862,"job_number":"JOB_185862","tr_customer_id":185880,"tr_customer_product_id":185870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:26.000Z","modified_at":"2026-02-14T04:27:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13435930301594","imei1":"13435930301594","imei2":"13435930301594","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185863,"job_number":"JOB_185863","tr_customer_id":185881,"tr_customer_product_id":185871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:27.000Z","modified_at":"2026-02-14T04:27:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82153902710379","imei1":"82153902710379","imei2":"82153902710379","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185864,"job_number":"JOB_185864","tr_customer_id":185882,"tr_customer_product_id":185872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:27.000Z","modified_at":"2026-02-14T04:27:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66813892618268","imei1":"66813892618268","imei2":"66813892618268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185865,"job_number":"JOB_185865","tr_customer_id":185883,"tr_customer_product_id":185873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:27.000Z","modified_at":"2026-02-14T04:27:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36353229245883","imei1":"36353229245883","imei2":"36353229245883","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185867,"job_number":"JOB_185867","tr_customer_id":185885,"tr_customer_product_id":185875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:58.000Z","modified_at":"2026-02-14T04:27:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54768243893302","imei1":"54768243893302","imei2":"54768243893302","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185868,"job_number":"JOB_185868","tr_customer_id":185886,"tr_customer_product_id":185876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:58.000Z","modified_at":"2026-02-14T04:27:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63942866565954","imei1":"63942866565954","imei2":"63942866565954","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185869,"job_number":"JOB_185869","tr_customer_id":185887,"tr_customer_product_id":185877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:59.000Z","modified_at":"2026-02-14T04:27:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43845222266588","imei1":"43845222266588","imei2":"43845222266588","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185870,"job_number":"JOB_185870","tr_customer_id":185888,"tr_customer_product_id":185878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:59.000Z","modified_at":"2026-02-14T04:27:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75216794641136","imei1":"75216794641136","imei2":"75216794641136","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185871,"job_number":"JOB_185871","tr_customer_id":185889,"tr_customer_product_id":185879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:59.000Z","modified_at":"2026-02-14T04:27:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27285427527973","imei1":"27285427527973","imei2":"27285427527973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185872,"job_number":"JOB_185872","tr_customer_id":185890,"tr_customer_product_id":185880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:00.000Z","modified_at":"2026-02-14T04:28:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17691772791594","imei1":"17691772791594","imei2":"17691772791594","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185874,"job_number":"JOB_185874","tr_customer_id":185892,"tr_customer_product_id":185882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:30.000Z","modified_at":"2026-02-14T04:28:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90363120842689","imei1":"90363120842689","imei2":"90363120842689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185875,"job_number":"JOB_185875","tr_customer_id":185893,"tr_customer_product_id":185883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:30.000Z","modified_at":"2026-02-14T04:28:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39635205884790","imei1":"39635205884790","imei2":"39635205884790","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185876,"job_number":"JOB_185876","tr_customer_id":185894,"tr_customer_product_id":185884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67833078234786","imei1":"67833078234786","imei2":"67833078234786","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185877,"job_number":"JOB_185877","tr_customer_id":185895,"tr_customer_product_id":185885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40485985108612","imei1":"40485985108612","imei2":"40485985108612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185878,"job_number":"JOB_185878","tr_customer_id":185896,"tr_customer_product_id":185886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25874216880099","imei1":"25874216880099","imei2":"25874216880099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185879,"job_number":"JOB_185879","tr_customer_id":185897,"tr_customer_product_id":185887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24708109907944","imei1":"24708109907944","imei2":"24708109907944","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185881,"job_number":"JOB_185881","tr_customer_id":185899,"tr_customer_product_id":185889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:53:00.000Z","modified_at":"2026-02-14T04:53:00.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-04","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-04T04:53:00.433917664Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:53:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185882,"job_number":"JOB_185882","tr_customer_id":185900,"tr_customer_product_id":185890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:59:44.000Z","modified_at":"2026-02-14T04:59:44.000Z","name":"Tyrel Gibson","mobile_number":"438-913-3519","email_id":"Moriah.Mayer45@gmail.com","dop":"2026-01-04","serial_number":"16985629126219","imei1":"16985629126219","imei2":"16985629126219","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185883,"job_number":"JOB_185883","tr_customer_id":185901,"tr_customer_product_id":185891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:59:44.000Z","modified_at":"2026-02-14T04:59:44.000Z","name":"Dayna VonRueden","mobile_number":"478-784-5674","email_id":"Irwin_Nitzsche@gmail.com","dop":"2026-01-04","serial_number":"61021023022112840","imei1":"61021023022112840","imei2":"61021023022112840","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185884,"job_number":"JOB_185884","tr_customer_id":185902,"tr_customer_product_id":185892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:00:35.000Z","modified_at":"2026-02-14T05:00:35.000Z","name":"Delaney Ryan","mobile_number":"562-983-6928","email_id":"Marquise_Dickinson86@gmail.com","dop":"2026-01-04","serial_number":"19607325714175","imei1":"19607325714175","imei2":"19607325714175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185885,"job_number":"JOB_185885","tr_customer_id":185903,"tr_customer_product_id":185893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:00:36.000Z","modified_at":"2026-02-14T05:00:36.000Z","name":"Norval Little","mobile_number":"203-798-1129","email_id":"Wilton_OKeefe@yahoo.com","dop":"2026-01-04","serial_number":"39722647906411190","imei1":"39722647906411190","imei2":"39722647906411190","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185886,"job_number":"JOB_185886","tr_customer_id":185904,"tr_customer_product_id":185894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:07:06.000Z","modified_at":"2026-02-14T05:07:06.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-04","serial_number":"48247385542745","imei1":"48247385542745","imei2":"48247385542745","popurl":"2026-02-04T05:07:05.890202119Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185887,"job_number":"JOB_185887","tr_customer_id":185905,"tr_customer_product_id":185895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:07:14.000Z","modified_at":"2026-02-14T05:07:14.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-04","serial_number":"69326451044024","imei1":"69326451044024","imei2":"69326451044024","popurl":"2026-02-04T05:07:13.969632007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:07:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185888,"job_number":"JOB_185888","tr_customer_id":185906,"tr_customer_product_id":185896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:11:23.000Z","modified_at":"2026-02-14T05:11:23.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108759735963207","imei1":"108759735963207","imei2":"108759735963207","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:11:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185890,"job_number":"JOB_185890","tr_customer_id":185908,"tr_customer_product_id":185898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:11:34.000Z","modified_at":"2026-02-14T05:11:34.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109604602904228","imei1":"109604602904228","imei2":"109604602904228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:11:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185892,"job_number":"JOB_185892","tr_customer_id":185910,"tr_customer_product_id":185900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:27:48.000Z","modified_at":"2026-02-14T05:27:48.000Z","name":"AO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185893,"job_number":"JOB_185893","tr_customer_id":185911,"tr_customer_product_id":185901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:27:48.000Z","modified_at":"2026-02-14T05:27:48.000Z","name":"UO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185894,"job_number":"JOB_185894","tr_customer_id":185912,"tr_customer_product_id":185902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:27:48.000Z","modified_at":"2026-02-14T05:27:48.000Z","name":"PO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185896,"job_number":"JOB_185896","tr_customer_id":185914,"tr_customer_product_id":185904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:28:17.000Z","modified_at":"2026-02-14T05:28:17.000Z","name":"Reyes Smitham","mobile_number":"738-290-2904","email_id":"Kenyon.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"18617826687000244","imei1":"18617826687000244","imei2":"18617826687000244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185898,"job_number":"JOB_185898","tr_customer_id":185916,"tr_customer_product_id":185906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:28:30.000Z","modified_at":"2026-02-14T05:28:30.000Z","name":"Thora Reynolds","mobile_number":"685-883-1273","email_id":"Keven.Vandervort@yahoo.com","dop":"2025-04-06","serial_number":"14958962036693908","imei1":"14958962036693908","imei2":"14958962036693908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185899,"job_number":"JOB_185899","tr_customer_id":185917,"tr_customer_product_id":185907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:34:09.000Z","modified_at":"2026-02-14T05:34:09.000Z","name":"Brody Crona","mobile_number":"338-380-4592","email_id":"Shyanne79@yahoo.com","dop":"2026-01-04","serial_number":"19444832109445","imei1":"19444832109445","imei2":"19444832109445","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185900,"job_number":"JOB_185900","tr_customer_id":185918,"tr_customer_product_id":185908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:34:10.000Z","modified_at":"2026-02-14T05:34:10.000Z","name":"Kyla Kulas","mobile_number":"854-261-0924","email_id":"Kris.Schulist@hotmail.com","dop":"2026-01-04","serial_number":"75997477424714080","imei1":"75997477424714080","imei2":"75997477424714080","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185902,"job_number":"JOB_185902","tr_customer_id":185920,"tr_customer_product_id":185910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:38:20.000Z","modified_at":"2026-02-14T05:38:20.000Z","name":"Dulce Hermann","mobile_number":"967-405-0302","email_id":"Valerie.King@yahoo.com","dop":"2026-01-04","serial_number":"63698535957875930","imei1":"63698535957875930","imei2":"63698535957875930","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:38:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185906,"job_number":"JOB_185906","tr_customer_id":185924,"tr_customer_product_id":185914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:08:39.000Z","modified_at":"2026-02-14T06:08:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"16678262917448","imei1":"16678262917448","imei2":"16678262917448","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:08:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185908,"job_number":"JOB_185908","tr_customer_id":185926,"tr_customer_product_id":185916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:08:53.000Z","modified_at":"2026-02-14T06:08:53.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19911960897200","imei1":"19911960897200","imei2":"19911960897200","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185910,"job_number":"JOB_185910","tr_customer_id":185928,"tr_customer_product_id":185918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:09:07.000Z","modified_at":"2026-02-14T06:09:07.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"17674773779109","imei1":"17674773779109","imei2":"17674773779109","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185915,"job_number":"JOB_185915","tr_customer_id":185933,"tr_customer_product_id":185923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:24:56.000Z","modified_at":"2026-02-14T06:24:56.000Z","name":"Jake Klocko","mobile_number":"378-313-0148","email_id":"Susan.Littel@yahoo.com","dop":"2026-01-04","serial_number":"15630162884831","imei1":"15630162884831","imei2":"15630162884831","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185916,"job_number":"JOB_185916","tr_customer_id":185934,"tr_customer_product_id":185924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:24:57.000Z","modified_at":"2026-02-14T06:24:57.000Z","name":"Heath Brekke","mobile_number":"546-565-4077","email_id":"Albin16@yahoo.com","dop":"2026-01-04","serial_number":"31378608931924316","imei1":"31378608931924316","imei2":"31378608931924316","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185922,"job_number":"JOB_185922","tr_customer_id":185940,"tr_customer_product_id":185930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:30:50.000Z","modified_at":"2026-02-14T06:30:50.000Z","name":"Christopher Reynolds","mobile_number":"524-753-4887","email_id":"Caleb.Cartwright@hotmail.com","dop":"2026-01-04","serial_number":"47986347998998510","imei1":"47986347998998510","imei2":"47986347998998510","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185928,"job_number":"JOB_185928","tr_customer_id":185946,"tr_customer_product_id":185936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:50:12.000Z","modified_at":"2026-02-14T06:50:12.000Z","name":"Mikayla Hickle","mobile_number":"275-550-4005","email_id":"Gabriel_Watsica34@hotmail.com","dop":"2026-01-04","serial_number":"14250403691285432","imei1":"14250403691285432","imei2":"14250403691285432","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185930,"job_number":"JOB_185930","tr_customer_id":185948,"tr_customer_product_id":185938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:53:24.000Z","modified_at":"2026-02-14T06:53:24.000Z","name":"Maxime Kuphal","mobile_number":"356-766-5988","email_id":"Jayden10@yahoo.com","dop":"2026-01-04","serial_number":"79395447192134180","imei1":"79395447192134180","imei2":"79395447192134180","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:53:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185932,"job_number":"JOB_185932","tr_customer_id":185950,"tr_customer_product_id":185940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:56:57.000Z","modified_at":"2026-02-14T06:56:57.000Z","name":"Dora Runte","mobile_number":"608-631-7021","email_id":"Hannah.Gibson90@yahoo.com","dop":"2026-01-04","serial_number":"50444960959563770","imei1":"50444960959563770","imei2":"50444960959563770","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185934,"job_number":"JOB_185934","tr_customer_id":185952,"tr_customer_product_id":185942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:00:13.000Z","modified_at":"2026-02-14T07:00:13.000Z","name":"Moriah Little","mobile_number":"858-223-0828","email_id":"Candelario_Hermiston14@hotmail.com","dop":"2026-01-04","serial_number":"89260976956445600","imei1":"89260976956445600","imei2":"89260976956445600","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185936,"job_number":"JOB_185936","tr_customer_id":185954,"tr_customer_product_id":185944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:01:26.000Z","modified_at":"2026-02-14T07:01:26.000Z","name":"Jess Spencer","mobile_number":"228-919-0074","email_id":"Hertha.Koelpin6@gmail.com","dop":"2026-01-04","serial_number":"89029199890476770","imei1":"89029199890476770","imei2":"89029199890476770","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:01:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185939,"job_number":"JOB_185939","tr_customer_id":185957,"tr_customer_product_id":185947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:05:02.000Z","modified_at":"2026-02-14T07:05:02.000Z","name":"Pauline Gutmann","mobile_number":"665-959-4802","email_id":"Myrtice32@yahoo.com","dop":"2026-01-04","serial_number":"58719095209635464","imei1":"58719095209635464","imei2":"58719095209635464","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185941,"job_number":"JOB_185941","tr_customer_id":185959,"tr_customer_product_id":185949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:09:52.000Z","modified_at":"2026-02-14T07:09:52.000Z","name":"Patrick Kling","mobile_number":"465-904-1784","email_id":"Donato92@yahoo.com","dop":"2026-01-04","serial_number":"72142580099473250","imei1":"72142580099473250","imei2":"72142580099473250","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185943,"job_number":"JOB_185943","tr_customer_id":185961,"tr_customer_product_id":185951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:10:40.000Z","modified_at":"2026-02-14T07:10:40.000Z","name":"Myrna Donnelly","mobile_number":"876-327-9867","email_id":"Katrine.Smitham42@gmail.com","dop":"2026-01-04","serial_number":"32447705225689884","imei1":"32447705225689884","imei2":"32447705225689884","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:10:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185945,"job_number":"JOB_185945","tr_customer_id":185963,"tr_customer_product_id":185953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:11:55.000Z","modified_at":"2026-02-14T07:11:55.000Z","name":"Carmella Reichert","mobile_number":"832-855-7636","email_id":"Bernhard.Kshlerin66@yahoo.com","dop":"2026-01-04","serial_number":"25280515747437040","imei1":"25280515747437040","imei2":"25280515747437040","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:11:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185949,"job_number":"JOB_185949","tr_customer_id":185967,"tr_customer_product_id":185957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:31:40.000Z","modified_at":"2026-02-14T07:31:40.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17756054657052","imei1":"17756054657052","imei2":"17756054657052","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185951,"job_number":"JOB_185951","tr_customer_id":185969,"tr_customer_product_id":185959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:04.000Z","modified_at":"2026-02-14T07:32:04.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"17583282080161","imei1":"17583282080161","imei2":"17583282080161","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185953,"job_number":"JOB_185953","tr_customer_id":185971,"tr_customer_product_id":185961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:05.000Z","modified_at":"2026-02-14T07:32:05.000Z","name":"Brycen Hermiston","mobile_number":"597-792-5552","email_id":"Wilfredo_Treutel@hotmail.com","dop":"2026-01-04","serial_number":"82554270145659060","imei1":"82554270145659060","imei2":"82554270145659060","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185954,"job_number":"JOB_185954","tr_customer_id":185972,"tr_customer_product_id":185962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:27.000Z","modified_at":"2026-02-14T07:32:27.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"17436778869546","imei1":"17436778869546","imei2":"17436778869546","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185956,"job_number":"JOB_185956","tr_customer_id":185974,"tr_customer_product_id":185964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:28.000Z","modified_at":"2026-02-14T07:32:28.000Z","name":"Adrian Willms","mobile_number":"636-663-2100","email_id":"Carmella.Feil@gmail.com","dop":"2026-01-04","serial_number":"93397706480424300","imei1":"93397706480424300","imei2":"93397706480424300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185957,"job_number":"JOB_185957","tr_customer_id":185975,"tr_customer_product_id":185965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:36:38.000Z","modified_at":"2026-02-14T07:36:38.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"16290073584697","imei1":"16290073584697","imei2":"16290073584697","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185959,"job_number":"JOB_185959","tr_customer_id":185977,"tr_customer_product_id":185967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:36:39.000Z","modified_at":"2026-02-14T07:36:39.000Z","name":"Frieda Dickens","mobile_number":"725-527-7166","email_id":"Flavio_Stamm@hotmail.com","dop":"2026-01-04","serial_number":"82216030281787200","imei1":"82216030281787200","imei2":"82216030281787200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185960,"job_number":"JOB_185960","tr_customer_id":185978,"tr_customer_product_id":185968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:02.000Z","modified_at":"2026-02-14T07:37:02.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"15124177209806","imei1":"15124177209806","imei2":"15124177209806","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185962,"job_number":"JOB_185962","tr_customer_id":185980,"tr_customer_product_id":185970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:02.000Z","modified_at":"2026-02-14T07:37:02.000Z","name":"Kadin Waters","mobile_number":"291-931-3941","email_id":"Willis.Weber@gmail.com","dop":"2026-01-04","serial_number":"35856449434006690","imei1":"35856449434006690","imei2":"35856449434006690","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185963,"job_number":"JOB_185963","tr_customer_id":185981,"tr_customer_product_id":185971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:25.000Z","modified_at":"2026-02-14T07:37:25.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"16201099216403","imei1":"16201099216403","imei2":"16201099216403","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185965,"job_number":"JOB_185965","tr_customer_id":185983,"tr_customer_product_id":185973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:25.000Z","modified_at":"2026-02-14T07:37:25.000Z","name":"Abigail Homenick","mobile_number":"775-652-4729","email_id":"Claudie_Beier47@yahoo.com","dop":"2026-01-04","serial_number":"69021462727489140","imei1":"69021462727489140","imei2":"69021462727489140","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185966,"job_number":"JOB_185966","tr_customer_id":185984,"tr_customer_product_id":185974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:40:04.000Z","modified_at":"2026-02-14T07:40:04.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326682374909","imei1":"17326682374909","imei2":"17326682374909","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185967,"job_number":"JOB_185967","tr_customer_id":185985,"tr_customer_product_id":185975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:40:50.000Z","modified_at":"2026-02-14T07:40:50.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"14626390704375","imei1":"14626390704375","imei2":"14626390704375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185969,"job_number":"JOB_185969","tr_customer_id":185987,"tr_customer_product_id":185977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:40:50.000Z","modified_at":"2026-02-14T07:40:50.000Z","name":"Halle Gutkowski","mobile_number":"445-211-0649","email_id":"Bernice.Collins@yahoo.com","dop":"2026-01-04","serial_number":"30712350083169772","imei1":"30712350083169772","imei2":"30712350083169772","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185970,"job_number":"JOB_185970","tr_customer_id":185988,"tr_customer_product_id":185978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:13.000Z","modified_at":"2026-02-14T07:41:13.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"17113272473049","imei1":"17113272473049","imei2":"17113272473049","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185972,"job_number":"JOB_185972","tr_customer_id":185990,"tr_customer_product_id":185980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:14.000Z","modified_at":"2026-02-14T07:41:14.000Z","name":"Stacy Halvorson","mobile_number":"567-350-1890","email_id":"Robert_Leannon60@gmail.com","dop":"2026-01-04","serial_number":"12471259005279658","imei1":"12471259005279658","imei2":"12471259005279658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185974,"job_number":"JOB_185974","tr_customer_id":185992,"tr_customer_product_id":185982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:37.000Z","modified_at":"2026-02-14T07:41:37.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"10927056080797","imei1":"10927056080797","imei2":"10927056080797","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185976,"job_number":"JOB_185976","tr_customer_id":185994,"tr_customer_product_id":185984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:37.000Z","modified_at":"2026-02-14T07:41:37.000Z","name":"Michele Kulas","mobile_number":"403-987-5708","email_id":"Darrel_Gulgowski68@gmail.com","dop":"2026-01-04","serial_number":"88163946358508400","imei1":"88163946358508400","imei2":"88163946358508400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185977,"job_number":"JOB_185977","tr_customer_id":185995,"tr_customer_product_id":185985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:45:00.000Z","modified_at":"2026-02-14T07:45:00.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326682374919","imei1":"17326682374919","imei2":"17326682374919","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185979,"job_number":"JOB_185979","tr_customer_id":185997,"tr_customer_product_id":185987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:52:04.000Z","modified_at":"2026-02-14T07:52:04.000Z","name":"Patience Ernser","mobile_number":"241-888-5104","email_id":"Natasha24@gmail.com","dop":"2025-04-06","serial_number":"12875187759239286","imei1":"12875187759239286","imei2":"12875187759239286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185984,"job_number":"JOB_185984","tr_customer_id":186002,"tr_customer_product_id":185992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:52:45.000Z","modified_at":"2026-02-14T07:52:45.000Z","name":"Marian Hessel","mobile_number":"470-553-8728","email_id":"Javier.Boehm@yahoo.com","dop":"2025-04-06","serial_number":"15446185825462312","imei1":"15446185825462312","imei2":"15446185825462312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185985,"job_number":"JOB_185985","tr_customer_id":186003,"tr_customer_product_id":185993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:56:15.000Z","modified_at":"2026-02-14T07:56:15.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326682374519","imei1":"17326682374519","imei2":"17326682374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185986,"job_number":"JOB_185986","tr_customer_id":186004,"tr_customer_product_id":185994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:56:57.000Z","modified_at":"2026-02-14T07:56:57.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326681374519","imei1":"17326681374519","imei2":"17326681374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185987,"job_number":"JOB_185987","tr_customer_id":186005,"tr_customer_product_id":185995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:58:01.000Z","modified_at":"2026-02-14T07:58:01.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"07326681374519","imei1":"07326681374519","imei2":"07326681374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185988,"job_number":"JOB_185988","tr_customer_id":186006,"tr_customer_product_id":185996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:01:00.000Z","modified_at":"2026-02-14T08:01:00.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77326681374519","imei1":"77326681374519","imei2":"77326681374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185990,"job_number":"JOB_185990","tr_customer_id":186008,"tr_customer_product_id":185998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:07:13.000Z","modified_at":"2026-02-14T08:07:13.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77326981374519","imei1":"77326981374519","imei2":"77326981374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:07:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185991,"job_number":"JOB_185991","tr_customer_id":186009,"tr_customer_product_id":185999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:10:39.000Z","modified_at":"2026-02-14T08:10:39.000Z","name":"Siddharth Tambat","mobile_number":"8562028882","email_id":"abc@xyz.com","dop":"2026-01-03","serial_number":"086294063683839","imei1":"086294063683839","imei2":"086294063683839","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:10:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185992,"job_number":"JOB_185992","tr_customer_id":186010,"tr_customer_product_id":186000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:19:18.000Z","modified_at":"2026-02-14T08:19:18.000Z","name":"Jatin Sharma","mobile_number":"8007144944","email_id":"aastha.bhar07@mail.com","dop":"2026-02-13","serial_number":"78998678998090","imei1":"78998678998090","imei2":"78998678998090","popurl":"2026-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185993,"job_number":"JOB_185993","tr_customer_id":186011,"tr_customer_product_id":186001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:26:12.000Z","modified_at":"2026-02-14T08:26:12.000Z","name":"Jatin Sharma","mobile_number":"8007144944","email_id":"aastha.bhar07@mail.com","dop":"2026-02-13","serial_number":"78998678998091","imei1":"78998678998091","imei2":"78998678998091","popurl":"2026-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185994,"job_number":"JOB_185994","tr_customer_id":186012,"tr_customer_product_id":186002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:26:42.000Z","modified_at":"2026-02-14T08:26:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13697484879712","imei1":"13697484879712","imei2":"13697484879712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:26:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185996,"job_number":"JOB_185996","tr_customer_id":186014,"tr_customer_product_id":186004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:26:44.000Z","modified_at":"2026-02-14T08:26:44.000Z","name":"Westley Goodwin","mobile_number":"270-607-4892","email_id":"Ada16@hotmail.com","dop":"2025-04-06","serial_number":"13149578261766166","imei1":"13149578261766166","imei2":"13149578261766166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185997,"job_number":"JOB_185997","tr_customer_id":186015,"tr_customer_product_id":186005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:27:28.000Z","modified_at":"2026-02-14T08:27:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17353875275119","imei1":"17353875275119","imei2":"17353875275119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185999,"job_number":"JOB_185999","tr_customer_id":186017,"tr_customer_product_id":186007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:27:30.000Z","modified_at":"2026-02-14T08:27:30.000Z","name":"Curtis Romaguera","mobile_number":"436-220-8826","email_id":"Lupe_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11507861583642052","imei1":"11507861583642052","imei2":"11507861583642052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186000,"job_number":"JOB_186000","tr_customer_id":186018,"tr_customer_product_id":186008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:28:13.000Z","modified_at":"2026-02-14T08:28:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11552947219072","imei1":"11552947219072","imei2":"11552947219072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:28:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186002,"job_number":"JOB_186002","tr_customer_id":186020,"tr_customer_product_id":186010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:28:15.000Z","modified_at":"2026-02-14T08:28:15.000Z","name":"Dillan Thompson","mobile_number":"913-952-7262","email_id":"Kaela.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"12382442539491184","imei1":"12382442539491184","imei2":"12382442539491184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186003,"job_number":"JOB_186003","tr_customer_id":186021,"tr_customer_product_id":186011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:30:44.000Z","modified_at":"2026-02-14T08:30:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18751636038329","imei1":"18751636038329","imei2":"18751636038329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:30:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186005,"job_number":"JOB_186005","tr_customer_id":186023,"tr_customer_product_id":186013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:30:46.000Z","modified_at":"2026-02-14T08:30:46.000Z","name":"Adrien Herman","mobile_number":"369-279-4521","email_id":"Haylee.Nolan19@yahoo.com","dop":"2025-04-06","serial_number":"10488510291962164","imei1":"10488510291962164","imei2":"10488510291962164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:30:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186006,"job_number":"JOB_186006","tr_customer_id":186024,"tr_customer_product_id":186014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:31:28.000Z","modified_at":"2026-02-14T08:31:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14738717897170","imei1":"14738717897170","imei2":"14738717897170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186008,"job_number":"JOB_186008","tr_customer_id":186026,"tr_customer_product_id":186016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:31:29.000Z","modified_at":"2026-02-14T08:31:29.000Z","name":"Raleigh Champlin","mobile_number":"496-811-7481","email_id":"Pansy_Zieme3@gmail.com","dop":"2025-04-06","serial_number":"15076098813080694","imei1":"15076098813080694","imei2":"15076098813080694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:31:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186009,"job_number":"JOB_186009","tr_customer_id":186027,"tr_customer_product_id":186017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:32:11.000Z","modified_at":"2026-02-14T08:32:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16212744282750","imei1":"16212744282750","imei2":"16212744282750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:32:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186011,"job_number":"JOB_186011","tr_customer_id":186029,"tr_customer_product_id":186019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:32:12.000Z","modified_at":"2026-02-14T08:32:12.000Z","name":"Estevan Batz","mobile_number":"448-953-1543","email_id":"Alexie30@gmail.com","dop":"2025-04-06","serial_number":"17537382244859524","imei1":"17537382244859524","imei2":"17537382244859524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:32:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186014,"job_number":"JOB_186014","tr_customer_id":186032,"tr_customer_product_id":186022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:51:31.000Z","modified_at":"2026-02-14T08:51:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13054752739234","imei1":"13054752739234","imei2":"13054752739234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186016,"job_number":"JOB_186016","tr_customer_id":186034,"tr_customer_product_id":186024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:51:33.000Z","modified_at":"2026-02-14T08:51:33.000Z","name":"Genevieve Stehr","mobile_number":"613-703-4658","email_id":"Esteban.Baumbach37@yahoo.com","dop":"2025-04-06","serial_number":"18840115366257812","imei1":"18840115366257812","imei2":"18840115366257812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186017,"job_number":"JOB_186017","tr_customer_id":186035,"tr_customer_product_id":186025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:52:16.000Z","modified_at":"2026-02-14T08:52:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18974970139635","imei1":"18974970139635","imei2":"18974970139635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186019,"job_number":"JOB_186019","tr_customer_id":186037,"tr_customer_product_id":186027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:52:18.000Z","modified_at":"2026-02-14T08:52:18.000Z","name":"Oswald Crooks","mobile_number":"826-659-4051","email_id":"Coralie56@yahoo.com","dop":"2025-04-06","serial_number":"19659734481777756","imei1":"19659734481777756","imei2":"19659734481777756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186020,"job_number":"JOB_186020","tr_customer_id":186038,"tr_customer_product_id":186028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:53:01.000Z","modified_at":"2026-02-14T08:53:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13910833896185","imei1":"13910833896185","imei2":"13910833896185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186022,"job_number":"JOB_186022","tr_customer_id":186040,"tr_customer_product_id":186030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:53:02.000Z","modified_at":"2026-02-14T08:53:02.000Z","name":"Jannie Dickinson","mobile_number":"889-944-5005","email_id":"Trace53@hotmail.com","dop":"2025-04-06","serial_number":"12563506645912202","imei1":"12563506645912202","imei2":"12563506645912202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186023,"job_number":"JOB_186023","tr_customer_id":186041,"tr_customer_product_id":186031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:13:36.000Z","modified_at":"2026-02-14T09:13:36.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77323311374519","imei1":"77323311374519","imei2":"77323311374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:13:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186024,"job_number":"JOB_186024","tr_customer_id":186044,"tr_customer_product_id":186034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Anunay Abbott","mobile_number":"7469294386","email_id":"ananta.asan@hotmail.com","dop":"2026-02-04","serial_number":"073876018550517","imei1":"073876018550517","imei2":"073876018550517","popurl":"www.achintya-shukla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186025,"job_number":"JOB_186025","tr_customer_id":186043,"tr_customer_product_id":186033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Daksha Rana","mobile_number":"7438293505","email_id":"chandra.kaul@gmail.com","dop":"2026-02-04","serial_number":"955028855140452","imei1":"955028855140452","imei2":"955028855140452","popurl":"www.ujjawal-agarwal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186026,"job_number":"JOB_186026","tr_customer_id":186042,"tr_customer_product_id":186032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Niro Asan","mobile_number":"7402833945","email_id":"mukesh.dwivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"910030366588960","imei1":"910030366588960","imei2":"910030366588960","popurl":"www.digambar-talwar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186027,"job_number":"JOB_186027","tr_customer_id":186045,"tr_customer_product_id":186035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Narendra Nair","mobile_number":"7429015242","email_id":"uttam.nair@hotmail.com","dop":"2026-02-04","serial_number":"677875738332761","imei1":"677875738332761","imei2":"677875738332761","popurl":"www.lila-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186028,"job_number":"JOB_186028","tr_customer_id":186046,"tr_customer_product_id":186036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Indra Talwar","mobile_number":"7466021368","email_id":"kashyap.kakkar@gmail.com","dop":"2026-02-04","serial_number":"887771087151866","imei1":"887771087151866","imei2":"887771087151866","popurl":"www.goswami-mukhopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186029,"job_number":"JOB_186029","tr_customer_id":186047,"tr_customer_product_id":186037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Rajan Bhattacharya","mobile_number":"7459307586","email_id":"chandranath.dwivedi@hotmail.com","dop":"2026-02-04","serial_number":"405732215828105","imei1":"405732215828105","imei2":"405732215828105","popurl":"www.chanda-guha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186030,"job_number":"JOB_186030","tr_customer_id":186048,"tr_customer_product_id":186038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Digambara Khatri","mobile_number":"7407051470","email_id":"divjot.trivedi@hotmail.com","dop":"2026-02-04","serial_number":"078015799622426","imei1":"078015799622426","imei2":"078015799622426","popurl":"www.ganak-asan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186031,"job_number":"JOB_186031","tr_customer_id":186049,"tr_customer_product_id":186039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Bhisham Dubashi","mobile_number":"7498961148","email_id":"menka.khan@gmail.com","dop":"2026-02-04","serial_number":"732587538518884","imei1":"732587538518884","imei2":"732587538518884","popurl":"www.dhanvin-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186032,"job_number":"JOB_186032","tr_customer_id":186050,"tr_customer_product_id":186040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Daksha Mehrotra","mobile_number":"7424009010","email_id":"bhudeva.tandon@gmail.com","dop":"2026-02-04","serial_number":"769680462413594","imei1":"769680462413594","imei2":"769680462413594","popurl":"www.chaitan-bhat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186033,"job_number":"JOB_186033","tr_customer_id":186051,"tr_customer_product_id":186041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Gopaal Chaturvedi","mobile_number":"7413900748","email_id":"chiranjeev.tagore@gmail.com","dop":"2026-02-04","serial_number":"420941212529752","imei1":"420941212529752","imei2":"420941212529752","popurl":"www.datta-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186034,"job_number":"JOB_186034","tr_customer_id":186052,"tr_customer_product_id":186042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Agasti Deshpande","mobile_number":"7480296768","email_id":"anusuya.shah@yahoo.co.in","dop":"2026-02-04","serial_number":"798998882173277","imei1":"798998882173277","imei2":"798998882173277","popurl":"www.akshata-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186035,"job_number":"JOB_186035","tr_customer_id":186053,"tr_customer_product_id":186043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Varalakshmi Patil","mobile_number":"7435983522","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-02-04","serial_number":"885413520159892","imei1":"885413520159892","imei2":"885413520159892","popurl":"www.manikya-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186036,"job_number":"JOB_186036","tr_customer_id":186054,"tr_customer_product_id":186044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Rajinder Menon","mobile_number":"7421676163","email_id":"rohan.varma@hotmail.com","dop":"2026-02-04","serial_number":"852781878619394","imei1":"852781878619394","imei2":"852781878619394","popurl":"www.adityanandana-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186037,"job_number":"JOB_186037","tr_customer_id":186055,"tr_customer_product_id":186045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Suryakanta Acharya","mobile_number":"7455742488","email_id":"bakula.dhawan@gmail.com","dop":"2026-02-04","serial_number":"978572133047522","imei1":"978572133047522","imei2":"978572133047522","popurl":"www.niro-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186038,"job_number":"JOB_186038","tr_customer_id":186056,"tr_customer_product_id":186046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Divya Panicker","mobile_number":"7472572284","email_id":"amrita.guneta@gmail.com","dop":"2026-02-04","serial_number":"983023247965759","imei1":"983023247965759","imei2":"983023247965759","popurl":"www.chanakya-agarwal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186039,"job_number":"JOB_186039","tr_customer_id":186057,"tr_customer_product_id":186047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Deepali Jha","mobile_number":"7424599696","email_id":"swara.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"732377912298450","imei1":"732377912298450","imei2":"732377912298450","popurl":"www.anal-kocchar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186040,"job_number":"JOB_186040","tr_customer_id":186058,"tr_customer_product_id":186048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Lalita Shah","mobile_number":"7485944525","email_id":"umang.deshpande@hotmail.com","dop":"2026-02-04","serial_number":"568061842777367","imei1":"568061842777367","imei2":"568061842777367","popurl":"www.malati-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186041,"job_number":"JOB_186041","tr_customer_id":186059,"tr_customer_product_id":186049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Chandani Achari","mobile_number":"7467287992","email_id":"bankimchandra.singh@yahoo.co.in","dop":"2026-02-04","serial_number":"407996091479593","imei1":"407996091479593","imei2":"407996091479593","popurl":"www.bhuvaneshwar-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186042,"job_number":"JOB_186042","tr_customer_id":186060,"tr_customer_product_id":186050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Daksha Dhawan","mobile_number":"7413709874","email_id":"chaitan.pilla@yahoo.co.in","dop":"2026-02-04","serial_number":"570029129838083","imei1":"570029129838083","imei2":"570029129838083","popurl":"www.aslesha-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186043,"job_number":"JOB_186043","tr_customer_id":186061,"tr_customer_product_id":186051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Anusuya Chattopadhyay","mobile_number":"7423473004","email_id":"baalaaditya.reddy@gmail.com","dop":"2026-02-04","serial_number":"341625587689272","imei1":"341625587689272","imei2":"341625587689272","popurl":"www.abhirath-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186044,"job_number":"JOB_186044","tr_customer_id":186062,"tr_customer_product_id":186052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Preity Ahuja","mobile_number":"7451211298","email_id":"dwaipayan.embranthiri@gmail.com","dop":"2026-02-04","serial_number":"180581361130754","imei1":"180581361130754","imei2":"180581361130754","popurl":"www.akshayakeerti-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186045,"job_number":"JOB_186045","tr_customer_id":186063,"tr_customer_product_id":186053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Pramila Iyengar","mobile_number":"7446028068","email_id":"akshita.butt@hotmail.com","dop":"2026-02-04","serial_number":"458995210375682","imei1":"458995210375682","imei2":"458995210375682","popurl":"www.chiranjeeve-patil.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186046,"job_number":"JOB_186046","tr_customer_id":186064,"tr_customer_product_id":186054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Ganaka Shukla","mobile_number":"7417145308","email_id":"balgopal.iyer@yahoo.co.in","dop":"2026-02-04","serial_number":"288062943339014","imei1":"288062943339014","imei2":"288062943339014","popurl":"www.abhaya-prajapat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186047,"job_number":"JOB_186047","tr_customer_id":186065,"tr_customer_product_id":186055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Atmanand Bandopadhyay","mobile_number":"7461608262","email_id":"opalina.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"505556510911937","imei1":"505556510911937","imei2":"505556510911937","popurl":"www.krishna-varman.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186048,"job_number":"JOB_186048","tr_customer_id":186066,"tr_customer_product_id":186056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Rajinder Sethi","mobile_number":"7420899839","email_id":"satyen.kaniyar@yahoo.co.in","dop":"2026-02-04","serial_number":"353787343083134","imei1":"353787343083134","imei2":"353787343083134","popurl":"www.bahula-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186049,"job_number":"JOB_186049","tr_customer_id":186067,"tr_customer_product_id":186057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Elakshi Nehru","mobile_number":"7481266935","email_id":"arya.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"002236771569917","imei1":"002236771569917","imei2":"002236771569917","popurl":"www.subodh-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186050,"job_number":"JOB_186050","tr_customer_id":186068,"tr_customer_product_id":186058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Javas Adiga","mobile_number":"7476062160","email_id":"ekdant.abbott@yahoo.co.in","dop":"2026-02-04","serial_number":"979855833477032","imei1":"979855833477032","imei2":"979855833477032","popurl":"www.adripathi-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186051,"job_number":"JOB_186051","tr_customer_id":186069,"tr_customer_product_id":186059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Narayan Ahuja","mobile_number":"7462137843","email_id":"nagabhushanam.sethi@yahoo.co.in","dop":"2026-02-04","serial_number":"628644704237243","imei1":"628644704237243","imei2":"628644704237243","popurl":"www.aalok-bandopadhyay.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186052,"job_number":"JOB_186052","tr_customer_id":186070,"tr_customer_product_id":186060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Deeptimoy Dhawan","mobile_number":"7429925157","email_id":"aasa.kakkar@gmail.com","dop":"2026-02-04","serial_number":"548411735102735","imei1":"548411735102735","imei2":"548411735102735","popurl":"www.lai-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186053,"job_number":"JOB_186053","tr_customer_id":186071,"tr_customer_product_id":186061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Chitraksh Pandey","mobile_number":"7451843098","email_id":"mina.nehru@hotmail.com","dop":"2026-02-04","serial_number":"660847374907930","imei1":"660847374907930","imei2":"660847374907930","popurl":"www.bilva-mishra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186054,"job_number":"JOB_186054","tr_customer_id":186072,"tr_customer_product_id":186062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Rukhmani Kapoor","mobile_number":"7435802554","email_id":"saraswati.embranthiri@hotmail.com","dop":"2026-02-04","serial_number":"538803210940853","imei1":"538803210940853","imei2":"538803210940853","popurl":"www.dayamayee-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186055,"job_number":"JOB_186055","tr_customer_id":186073,"tr_customer_product_id":186063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Subhash Shah","mobile_number":"7490148872","email_id":"rajan.khatri@yahoo.co.in","dop":"2026-02-04","serial_number":"275793277385923","imei1":"275793277385923","imei2":"275793277385923","popurl":"www.lai-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186056,"job_number":"JOB_186056","tr_customer_id":186074,"tr_customer_product_id":186064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Devika Sinha","mobile_number":"7486280777","email_id":"bhudeva.nair@gmail.com","dop":"2026-02-04","serial_number":"596205860997337","imei1":"596205860997337","imei2":"596205860997337","popurl":"www.arun-khanna.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186057,"job_number":"JOB_186057","tr_customer_id":186075,"tr_customer_product_id":186065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Brijesh Bandopadhyay","mobile_number":"7443159830","email_id":"bheeshma.nehru@hotmail.com","dop":"2026-02-04","serial_number":"665786708060091","imei1":"665786708060091","imei2":"665786708060091","popurl":"www.basanti-nayar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186058,"job_number":"JOB_186058","tr_customer_id":186076,"tr_customer_product_id":186066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Gurdev Khanna","mobile_number":"7493292747","email_id":"satish.nehru@yahoo.co.in","dop":"2026-02-04","serial_number":"114508047389329","imei1":"114508047389329","imei2":"114508047389329","popurl":"www.gemini-asan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186059,"job_number":"JOB_186059","tr_customer_id":186077,"tr_customer_product_id":186067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Nagabhushanam Pothuvaal","mobile_number":"7487815138","email_id":"manoj.bandopadhyay@hotmail.com","dop":"2026-02-04","serial_number":"484176856300059","imei1":"484176856300059","imei2":"484176856300059","popurl":"www.mahesh-prajapat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186060,"job_number":"JOB_186060","tr_customer_id":186078,"tr_customer_product_id":186068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Bhaves Acharya","mobile_number":"7438364715","email_id":"drona.panicker@gmail.com","dop":"2026-02-04","serial_number":"177071789094803","imei1":"177071789094803","imei2":"177071789094803","popurl":"www.lal-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186061,"job_number":"JOB_186061","tr_customer_id":186080,"tr_customer_product_id":186070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Vaishno Iyengar","mobile_number":"7403012670","email_id":"jyotsana.prajapat@hotmail.com","dop":"2026-02-04","serial_number":"270964612864381","imei1":"270964612864381","imei2":"270964612864381","popurl":"www.himadri-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186062,"job_number":"JOB_186062","tr_customer_id":186079,"tr_customer_product_id":186069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Anshula Mehra","mobile_number":"7463111757","email_id":"mahendra.bhattathiri@gmail.com","dop":"2026-02-04","serial_number":"073950724683354","imei1":"073950724683354","imei2":"073950724683354","popurl":"www.arjun-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186063,"job_number":"JOB_186063","tr_customer_id":186081,"tr_customer_product_id":186071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Devagya Nayar","mobile_number":"7429607921","email_id":"durgeshwari.talwar@gmail.com","dop":"2026-02-04","serial_number":"856031111725946","imei1":"856031111725946","imei2":"856031111725946","popurl":"www.vidhur-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186064,"job_number":"JOB_186064","tr_customer_id":186082,"tr_customer_product_id":186072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Akshainie Joshi","mobile_number":"7423668622","email_id":"abani.malik@gmail.com","dop":"2026-02-04","serial_number":"509644439356543","imei1":"509644439356543","imei2":"509644439356543","popurl":"www.daksha-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186065,"job_number":"JOB_186065","tr_customer_id":186083,"tr_customer_product_id":186073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Kamala Bhattacharya","mobile_number":"7424521010","email_id":"dhanpati.bandopadhyay@yahoo.co.in","dop":"2026-02-04","serial_number":"745796985761108","imei1":"745796985761108","imei2":"745796985761108","popurl":"www.leela-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186066,"job_number":"JOB_186066","tr_customer_id":186084,"tr_customer_product_id":186074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Mangala Varma","mobile_number":"7426093785","email_id":"priya.kocchar@gmail.com","dop":"2026-02-04","serial_number":"942466053430417","imei1":"942466053430417","imei2":"942466053430417","popurl":"www.manikya-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186067,"job_number":"JOB_186067","tr_customer_id":186085,"tr_customer_product_id":186075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Dakshayani Tagore","mobile_number":"7497113637","email_id":"anand.arora@yahoo.co.in","dop":"2026-02-04","serial_number":"888891805752241","imei1":"888891805752241","imei2":"888891805752241","popurl":"www.yogendra-trivedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186068,"job_number":"JOB_186068","tr_customer_id":186086,"tr_customer_product_id":186076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Anurag Desai","mobile_number":"7420637278","email_id":"sudeva.dubashi@gmail.com","dop":"2026-02-04","serial_number":"014036903751885","imei1":"014036903751885","imei2":"014036903751885","popurl":"www.shashikala-bhattathiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186069,"job_number":"JOB_186069","tr_customer_id":186087,"tr_customer_product_id":186077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Mani Malik","mobile_number":"7458420850","email_id":"gemini.gupta@yahoo.co.in","dop":"2026-02-04","serial_number":"696018165019930","imei1":"696018165019930","imei2":"696018165019930","popurl":"www.tanushri-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186070,"job_number":"JOB_186070","tr_customer_id":186088,"tr_customer_product_id":186078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Gajaadhar Gill","mobile_number":"7469226953","email_id":"ankal.mukhopadhyay@yahoo.co.in","dop":"2026-02-04","serial_number":"729027546007897","imei1":"729027546007897","imei2":"729027546007897","popurl":"www.deepankar-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186071,"job_number":"JOB_186071","tr_customer_id":186089,"tr_customer_product_id":186079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Manjusha Mahajan","mobile_number":"7449908482","email_id":"akshayakeerti.mehrotra@yahoo.co.in","dop":"2026-02-04","serial_number":"630295600449976","imei1":"630295600449976","imei2":"630295600449976","popurl":"www.anusuya-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186072,"job_number":"JOB_186072","tr_customer_id":186091,"tr_customer_product_id":186081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Brahmdev Jain","mobile_number":"7479346076","email_id":"kanak.tagore@gmail.com","dop":"2026-02-04","serial_number":"641873459894360","imei1":"641873459894360","imei2":"641873459894360","popurl":"www.aadrika-kaur.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186073,"job_number":"JOB_186073","tr_customer_id":186090,"tr_customer_product_id":186080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Girik Acharya","mobile_number":"7404389373","email_id":"bhuvanesh.nambeesan@yahoo.co.in","dop":"2026-02-04","serial_number":"984166705469207","imei1":"984166705469207","imei2":"984166705469207","popurl":"www.gurdev-shukla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186074,"job_number":"JOB_186074","tr_customer_id":186092,"tr_customer_product_id":186082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Devi Panicker","mobile_number":"7476007141","email_id":"dhananjay.ahluwalia@yahoo.co.in","dop":"2026-02-04","serial_number":"973862563737920","imei1":"973862563737920","imei2":"973862563737920","popurl":"www.dipankar-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186075,"job_number":"JOB_186075","tr_customer_id":186093,"tr_customer_product_id":186083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Adheesh Chopra","mobile_number":"7422528968","email_id":"aditya.sinha@gmail.com","dop":"2026-02-04","serial_number":"571503652529376","imei1":"571503652529376","imei2":"571503652529376","popurl":"www.lakshmi-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186076,"job_number":"JOB_186076","tr_customer_id":186094,"tr_customer_product_id":186084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Suma Chopra","mobile_number":"7484720740","email_id":"jagdish.reddy@hotmail.com","dop":"2026-02-04","serial_number":"401628560187691","imei1":"401628560187691","imei2":"401628560187691","popurl":"www.tanya-bandopadhyay.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186077,"job_number":"JOB_186077","tr_customer_id":186095,"tr_customer_product_id":186085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Chitrali Nehru","mobile_number":"7495524762","email_id":"bhudeva.chopra@gmail.com","dop":"2026-02-04","serial_number":"497203973546459","imei1":"497203973546459","imei2":"497203973546459","popurl":"www.balaaditya-verma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186078,"job_number":"JOB_186078","tr_customer_id":186096,"tr_customer_product_id":186086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Dayamayee Khanna","mobile_number":"7445074029","email_id":"chandraprabha.nambeesan@yahoo.co.in","dop":"2026-02-04","serial_number":"312101966392272","imei1":"312101966392272","imei2":"312101966392272","popurl":"www.leela-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186079,"job_number":"JOB_186079","tr_customer_id":186097,"tr_customer_product_id":186087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Dandak Saini","mobile_number":"7421468740","email_id":"tara.achari@gmail.com","dop":"2026-02-04","serial_number":"017667600457751","imei1":"017667600457751","imei2":"017667600457751","popurl":"www.ekadant-acharya.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186080,"job_number":"JOB_186080","tr_customer_id":186098,"tr_customer_product_id":186088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Chitrali Verma","mobile_number":"7483059988","email_id":"girija.arora@hotmail.com","dop":"2026-02-04","serial_number":"103778904858122","imei1":"103778904858122","imei2":"103778904858122","popurl":"www.sunita-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186081,"job_number":"JOB_186081","tr_customer_id":186099,"tr_customer_product_id":186089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Digambara Panicker","mobile_number":"7400256523","email_id":"laxman.bhat@hotmail.com","dop":"2026-02-04","serial_number":"944920941951025","imei1":"944920941951025","imei2":"944920941951025","popurl":"www.nanda-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186082,"job_number":"JOB_186082","tr_customer_id":186100,"tr_customer_product_id":186090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Kumar Agarwal","mobile_number":"7466931978","email_id":"gauranga.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"694656101685344","imei1":"694656101685344","imei2":"694656101685344","popurl":"www.lakshminath-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186083,"job_number":"JOB_186083","tr_customer_id":186101,"tr_customer_product_id":186091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Ankal Chopra","mobile_number":"7420499922","email_id":"aayushman.trivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"167613107262505","imei1":"167613107262505","imei2":"167613107262505","popurl":"www.balaaditya-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186084,"job_number":"JOB_186084","tr_customer_id":186102,"tr_customer_product_id":186092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Mahesh Nayar","mobile_number":"7418257010","email_id":"kamala.reddy@hotmail.com","dop":"2026-02-04","serial_number":"120783503221399","imei1":"120783503221399","imei2":"120783503221399","popurl":"www.chandravati-ahluwalia.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186085,"job_number":"JOB_186085","tr_customer_id":186103,"tr_customer_product_id":186093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Deb Rana","mobile_number":"7447678466","email_id":"bhagirathi.khanna@yahoo.co.in","dop":"2026-02-04","serial_number":"260254108805074","imei1":"260254108805074","imei2":"260254108805074","popurl":"www.daevika-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186086,"job_number":"JOB_186086","tr_customer_id":186104,"tr_customer_product_id":186094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Dandak Sethi","mobile_number":"7421108575","email_id":"gautam.marar@gmail.com","dop":"2026-02-04","serial_number":"496074146335632","imei1":"496074146335632","imei2":"496074146335632","popurl":"www.archan-iyer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186087,"job_number":"JOB_186087","tr_customer_id":186105,"tr_customer_product_id":186095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Lila Pothuvaal","mobile_number":"7443549127","email_id":"arindam.patel@hotmail.com","dop":"2026-02-04","serial_number":"354014321068000","imei1":"354014321068000","imei2":"354014321068000","popurl":"www.ghanaanand-mukhopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186088,"job_number":"JOB_186088","tr_customer_id":186106,"tr_customer_product_id":186096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Shubhaprada Asan","mobile_number":"7448500205","email_id":"ashok.asan@gmail.com","dop":"2026-02-04","serial_number":"686141513800518","imei1":"686141513800518","imei2":"686141513800518","popurl":"www.rita-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186089,"job_number":"JOB_186089","tr_customer_id":186107,"tr_customer_product_id":186097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Subhash Naik","mobile_number":"7459873097","email_id":"chapala.verma@yahoo.co.in","dop":"2026-02-04","serial_number":"914166704037415","imei1":"914166704037415","imei2":"914166704037415","popurl":"www.jitendra-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186090,"job_number":"JOB_186090","tr_customer_id":186108,"tr_customer_product_id":186098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Sarala Namboothiri","mobile_number":"7488387727","email_id":"birjesh.varman@yahoo.co.in","dop":"2026-02-04","serial_number":"664880535624244","imei1":"664880535624244","imei2":"664880535624244","popurl":"www.gajabahu-abbott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186091,"job_number":"JOB_186091","tr_customer_id":186109,"tr_customer_product_id":186099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Kailash Devar","mobile_number":"7453543923","email_id":"bilwa.ahluwalia@yahoo.co.in","dop":"2026-02-04","serial_number":"882343435218047","imei1":"882343435218047","imei2":"882343435218047","popurl":"www.vedang-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186092,"job_number":"JOB_186092","tr_customer_id":186110,"tr_customer_product_id":186100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Girika Mishra","mobile_number":"7461125694","email_id":"bhavani.bhattacharya@gmail.com","dop":"2026-02-04","serial_number":"823669319963218","imei1":"823669319963218","imei2":"823669319963218","popurl":"www.bhaumik-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186093,"job_number":"JOB_186093","tr_customer_id":186111,"tr_customer_product_id":186101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Girindra Jain","mobile_number":"7491234822","email_id":"vidhur.chopra@hotmail.com","dop":"2026-02-04","serial_number":"489669415908542","imei1":"489669415908542","imei2":"489669415908542","popurl":"www.priyala-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186094,"job_number":"JOB_186094","tr_customer_id":186112,"tr_customer_product_id":186102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Oormila Panicker","mobile_number":"7416472459","email_id":"deeptanshu.adiga@gmail.com","dop":"2026-02-04","serial_number":"708049096880058","imei1":"708049096880058","imei2":"708049096880058","popurl":"www.chandradev-pandey.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186095,"job_number":"JOB_186095","tr_customer_id":186113,"tr_customer_product_id":186103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Sarala Bandopadhyay","mobile_number":"7476775431","email_id":"anurag.desai@hotmail.com","dop":"2026-02-04","serial_number":"796448291664578","imei1":"796448291664578","imei2":"796448291664578","popurl":"www.kailash-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186096,"job_number":"JOB_186096","tr_customer_id":186114,"tr_customer_product_id":186104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Balagovind Malik","mobile_number":"7450615894","email_id":"hiranmaya.marar@gmail.com","dop":"2026-02-04","serial_number":"204758445937053","imei1":"204758445937053","imei2":"204758445937053","popurl":"www.ajit-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186097,"job_number":"JOB_186097","tr_customer_id":186115,"tr_customer_product_id":186105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bharat Kakkar","mobile_number":"7450559865","email_id":"sunita.chopra@hotmail.com","dop":"2026-02-04","serial_number":"766850086379371","imei1":"766850086379371","imei2":"766850086379371","popurl":"www.aanandinii-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186098,"job_number":"JOB_186098","tr_customer_id":186116,"tr_customer_product_id":186106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Gopaal Naik","mobile_number":"7489528165","email_id":"deven.nehru@hotmail.com","dop":"2026-02-04","serial_number":"069021666521682","imei1":"069021666521682","imei2":"069021666521682","popurl":"www.chandani-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186099,"job_number":"JOB_186099","tr_customer_id":186117,"tr_customer_product_id":186107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bilva Saini","mobile_number":"7435457114","email_id":"chandraayan.nayar@yahoo.co.in","dop":"2026-02-04","serial_number":"673487008636382","imei1":"673487008636382","imei2":"673487008636382","popurl":"www.surya-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186100,"job_number":"JOB_186100","tr_customer_id":186118,"tr_customer_product_id":186108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Daevika Deshpande","mobile_number":"7448561664","email_id":"kailash.dwivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"030622850389419","imei1":"030622850389419","imei2":"030622850389419","popurl":"www.chinmayanand-pilla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186101,"job_number":"JOB_186101","tr_customer_id":186119,"tr_customer_product_id":186109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Malti Ahluwalia","mobile_number":"7472679072","email_id":"gemine.pandey@hotmail.com","dop":"2026-02-04","serial_number":"118697805980021","imei1":"118697805980021","imei2":"118697805980021","popurl":"www.jay-iyengar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186102,"job_number":"JOB_186102","tr_customer_id":186120,"tr_customer_product_id":186110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Leela Varma","mobile_number":"7462709257","email_id":"vaijayanthi.pillai@gmail.com","dop":"2026-02-04","serial_number":"390059703530864","imei1":"390059703530864","imei2":"390059703530864","popurl":"www.chaitan-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186103,"job_number":"JOB_186103","tr_customer_id":186121,"tr_customer_product_id":186111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Amritambu Marar","mobile_number":"7474407574","email_id":"hiranya.asan@gmail.com","dop":"2026-02-04","serial_number":"077370291787146","imei1":"077370291787146","imei2":"077370291787146","popurl":"www.som-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186104,"job_number":"JOB_186104","tr_customer_id":186122,"tr_customer_product_id":186112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Ekdant Sethi","mobile_number":"7433307567","email_id":"aamod.varma@gmail.com","dop":"2026-02-04","serial_number":"928240027796297","imei1":"928240027796297","imei2":"928240027796297","popurl":"www.bishnu-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186105,"job_number":"JOB_186105","tr_customer_id":186123,"tr_customer_product_id":186113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Darshwana Tandon","mobile_number":"7456160981","email_id":"bhamini.acharya@hotmail.com","dop":"2026-02-04","serial_number":"676638953150145","imei1":"676638953150145","imei2":"676638953150145","popurl":"www.chakrika-nambeesan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186106,"job_number":"JOB_186106","tr_customer_id":186124,"tr_customer_product_id":186114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Vaidehi Namboothiri","mobile_number":"7497386875","email_id":"jitender.nayar@hotmail.com","dop":"2026-02-04","serial_number":"686000509235763","imei1":"686000509235763","imei2":"686000509235763","popurl":"www.mahesh-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186107,"job_number":"JOB_186107","tr_customer_id":186125,"tr_customer_product_id":186115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bhamini Bhattacharya","mobile_number":"7492850502","email_id":"divaakar.trivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"194673556845187","imei1":"194673556845187","imei2":"194673556845187","popurl":"www.dhanapati-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186108,"job_number":"JOB_186108","tr_customer_id":186126,"tr_customer_product_id":186116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Gajabahu Nair","mobile_number":"7410929028","email_id":"bandhu.banerjee@yahoo.co.in","dop":"2026-02-04","serial_number":"135415101797994","imei1":"135415101797994","imei2":"135415101797994","popurl":"www.manikya-guneta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186109,"job_number":"JOB_186109","tr_customer_id":186127,"tr_customer_product_id":186117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Sharmila Acharya","mobile_number":"7432005881","email_id":"tanya.naik@yahoo.co.in","dop":"2026-02-04","serial_number":"666863239077225","imei1":"666863239077225","imei2":"666863239077225","popurl":"www.uttam-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186110,"job_number":"JOB_186110","tr_customer_id":186128,"tr_customer_product_id":186118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Diptendu Trivedi","mobile_number":"7453700057","email_id":"gandharva.sinha@hotmail.com","dop":"2026-02-04","serial_number":"676918467369278","imei1":"676918467369278","imei2":"676918467369278","popurl":"www.gajadhar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186111,"job_number":"JOB_186111","tr_customer_id":186129,"tr_customer_product_id":186119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Gitanjali Saini","mobile_number":"7487121350","email_id":"dipali.guneta@gmail.com","dop":"2026-02-04","serial_number":"300487791421917","imei1":"300487791421917","imei2":"300487791421917","popurl":"www.divaakar-varrier.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186112,"job_number":"JOB_186112","tr_customer_id":186130,"tr_customer_product_id":186120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Dhatri Mahajan","mobile_number":"7431492774","email_id":"bhadrak.khanna@yahoo.co.in","dop":"2026-02-04","serial_number":"822016746045668","imei1":"822016746045668","imei2":"822016746045668","popurl":"www.bakula-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186113,"job_number":"JOB_186113","tr_customer_id":186131,"tr_customer_product_id":186121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bhargava Patil","mobile_number":"7429190657","email_id":"deeptendu.pilla@yahoo.co.in","dop":"2026-02-04","serial_number":"613241991596087","imei1":"613241991596087","imei2":"613241991596087","popurl":"www.mani-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186114,"job_number":"JOB_186114","tr_customer_id":186132,"tr_customer_product_id":186123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Chidananda Nambeesan","mobile_number":"7456661265","email_id":"dhanpati.khatri@hotmail.com","dop":"2026-02-04","serial_number":"906193824338867","imei1":"906193824338867","imei2":"906193824338867","popurl":"www.mani-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186115,"job_number":"JOB_186115","tr_customer_id":186133,"tr_customer_product_id":186122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Kashyap Mehrotra","mobile_number":"7423985981","email_id":"opalina.sinha@gmail.com","dop":"2026-02-04","serial_number":"446934921776665","imei1":"446934921776665","imei2":"446934921776665","popurl":"www.chandraprabha-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186116,"job_number":"JOB_186116","tr_customer_id":186134,"tr_customer_product_id":186124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Pran Iyengar","mobile_number":"7483995656","email_id":"himadri.sinha@yahoo.co.in","dop":"2026-02-04","serial_number":"733388890861173","imei1":"733388890861173","imei2":"733388890861173","popurl":"www.sumitra-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186117,"job_number":"JOB_186117","tr_customer_id":186135,"tr_customer_product_id":186125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bhaaswar Sinha","mobile_number":"7470973713","email_id":"ranjit.tandon@gmail.com","dop":"2026-02-04","serial_number":"489907086472653","imei1":"489907086472653","imei2":"489907086472653","popurl":"www.triloki nath-dhawan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186118,"job_number":"JOB_186118","tr_customer_id":186136,"tr_customer_product_id":186126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Agrata Butt","mobile_number":"7483078717","email_id":"ashlesh.jain@gmail.com","dop":"2026-02-04","serial_number":"910108368519656","imei1":"910108368519656","imei2":"910108368519656","popurl":"www.tejas-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186119,"job_number":"JOB_186119","tr_customer_id":186138,"tr_customer_product_id":186127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Goswami Achari","mobile_number":"7463203887","email_id":"padma.tagore@hotmail.com","dop":"2026-02-04","serial_number":"626121886831476","imei1":"626121886831476","imei2":"626121886831476","popurl":"www.akshat-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186120,"job_number":"JOB_186120","tr_customer_id":186137,"tr_customer_product_id":186128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Ahalya Dhawan","mobile_number":"7411173665","email_id":"kama.ganaka@hotmail.com","dop":"2026-02-04","serial_number":"378879316071159","imei1":"378879316071159","imei2":"378879316071159","popurl":"www.adinath-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186121,"job_number":"JOB_186121","tr_customer_id":186139,"tr_customer_product_id":186129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Balgopal Joshi","mobile_number":"7496800740","email_id":"ekaaksh.guneta@hotmail.com","dop":"2026-02-04","serial_number":"208556256170444","imei1":"208556256170444","imei2":"208556256170444","popurl":"www.brijesh-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186122,"job_number":"JOB_186122","tr_customer_id":186140,"tr_customer_product_id":186130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Dharmaketu Mishra","mobile_number":"7463593573","email_id":"abhaya.naik@yahoo.co.in","dop":"2026-02-04","serial_number":"592092899758289","imei1":"592092899758289","imei2":"592092899758289","popurl":"www.sanjay-khatri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186123,"job_number":"JOB_186123","tr_customer_id":186141,"tr_customer_product_id":186131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Aagney Gowda","mobile_number":"7417093430","email_id":"vaishno.agarwal@gmail.com","dop":"2026-02-04","serial_number":"798381967995862","imei1":"798381967995862","imei2":"798381967995862","popurl":"www.vaijayanthi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186124,"job_number":"JOB_186124","tr_customer_id":186142,"tr_customer_product_id":186132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Sanka Guha","mobile_number":"7477306830","email_id":"suryakantam.mehra@yahoo.co.in","dop":"2026-02-04","serial_number":"466961165289636","imei1":"466961165289636","imei2":"466961165289636","popurl":"www.bhramar-gill.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186128,"job_number":"JOB_186128","tr_customer_id":186146,"tr_customer_product_id":186136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:03.000Z","modified_at":"2026-02-14T10:11:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11722177967508","imei1":"11722177967508","imei2":"11722177967508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186130,"job_number":"JOB_186130","tr_customer_id":186148,"tr_customer_product_id":186138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:05.000Z","modified_at":"2026-02-14T10:11:05.000Z","name":"Jordi Cartwright","mobile_number":"469-897-2632","email_id":"Flossie5@gmail.com","dop":"2025-04-06","serial_number":"17939833899743278","imei1":"17939833899743278","imei2":"17939833899743278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186131,"job_number":"JOB_186131","tr_customer_id":186149,"tr_customer_product_id":186139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:50.000Z","modified_at":"2026-02-14T10:11:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14940163624575","imei1":"14940163624575","imei2":"14940163624575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186133,"job_number":"JOB_186133","tr_customer_id":186151,"tr_customer_product_id":186141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:51.000Z","modified_at":"2026-02-14T10:11:51.000Z","name":"Stacy Roob","mobile_number":"805-337-3307","email_id":"Howell.Upton@gmail.com","dop":"2025-04-06","serial_number":"19756461362137176","imei1":"19756461362137176","imei2":"19756461362137176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186134,"job_number":"JOB_186134","tr_customer_id":186152,"tr_customer_product_id":186142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:01.000Z","modified_at":"2026-02-14T10:12:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16771310048747","imei1":"16771310048747","imei2":"16771310048747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186136,"job_number":"JOB_186136","tr_customer_id":186154,"tr_customer_product_id":186144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:02.000Z","modified_at":"2026-02-14T10:12:02.000Z","name":"Jessy Conn","mobile_number":"224-308-1895","email_id":"Xzavier_Orn@hotmail.com","dop":"2025-04-06","serial_number":"16368718390883740","imei1":"16368718390883740","imei2":"16368718390883740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186137,"job_number":"JOB_186137","tr_customer_id":186155,"tr_customer_product_id":186145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:35.000Z","modified_at":"2026-02-14T10:12:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14383518788143","imei1":"14383518788143","imei2":"14383518788143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186139,"job_number":"JOB_186139","tr_customer_id":186157,"tr_customer_product_id":186147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:37.000Z","modified_at":"2026-02-14T10:12:37.000Z","name":"Dock Runolfsson","mobile_number":"495-714-8019","email_id":"Larry_Kling@yahoo.com","dop":"2025-04-06","serial_number":"15515564318772646","imei1":"15515564318772646","imei2":"15515564318772646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186140,"job_number":"JOB_186140","tr_customer_id":186158,"tr_customer_product_id":186148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:44.000Z","modified_at":"2026-02-14T10:12:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17999399104920","imei1":"17999399104920","imei2":"17999399104920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186142,"job_number":"JOB_186142","tr_customer_id":186160,"tr_customer_product_id":186150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:46.000Z","modified_at":"2026-02-14T10:12:46.000Z","name":"Nikki Boyle","mobile_number":"884-703-8833","email_id":"Anne_Leuschke32@gmail.com","dop":"2025-04-06","serial_number":"16758051450584036","imei1":"16758051450584036","imei2":"16758051450584036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186143,"job_number":"JOB_186143","tr_customer_id":186161,"tr_customer_product_id":186151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:13:28.000Z","modified_at":"2026-02-14T10:13:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15729163372072","imei1":"15729163372072","imei2":"15729163372072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:13:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186145,"job_number":"JOB_186145","tr_customer_id":186163,"tr_customer_product_id":186153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:13:29.000Z","modified_at":"2026-02-14T10:13:29.000Z","name":"Eileen Hermann","mobile_number":"409-817-6428","email_id":"Mara_Stroman81@yahoo.com","dop":"2025-04-06","serial_number":"14205578071441096","imei1":"14205578071441096","imei2":"14205578071441096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186146,"job_number":"JOB_186146","tr_customer_id":186164,"tr_customer_product_id":186154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:13.000Z","modified_at":"2026-02-14T10:14:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11895544319168","imei1":"11895544319168","imei2":"11895544319168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186148,"job_number":"JOB_186148","tr_customer_id":186166,"tr_customer_product_id":186156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:14.000Z","modified_at":"2026-02-14T10:14:14.000Z","name":"Isac Ortiz","mobile_number":"919-265-0999","email_id":"Kitty64@gmail.com","dop":"2025-04-06","serial_number":"10547669431595114","imei1":"10547669431595114","imei2":"10547669431595114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186149,"job_number":"JOB_186149","tr_customer_id":186167,"tr_customer_product_id":186157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:57.000Z","modified_at":"2026-02-14T10:14:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17775970839745","imei1":"17775970839745","imei2":"17775970839745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186151,"job_number":"JOB_186151","tr_customer_id":186169,"tr_customer_product_id":186159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:59.000Z","modified_at":"2026-02-14T10:14:59.000Z","name":"Kurtis Shanahan","mobile_number":"730-514-4700","email_id":"Stephan30@yahoo.com","dop":"2025-04-06","serial_number":"18613035660570800","imei1":"18613035660570800","imei2":"18613035660570800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186152,"job_number":"JOB_186152","tr_customer_id":186170,"tr_customer_product_id":186160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:41.000Z","modified_at":"2026-02-14T10:15:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16577728627885","imei1":"16577728627885","imei2":"16577728627885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186154,"job_number":"JOB_186154","tr_customer_id":186172,"tr_customer_product_id":186162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:42.000Z","modified_at":"2026-02-14T10:15:42.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"22346567890346","imei1":"22346567890346","imei2":"22346567890346","popurl":"2026-02-04T10:15:41.986779399Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186155,"job_number":"JOB_186155","tr_customer_id":186173,"tr_customer_product_id":186163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:43.000Z","modified_at":"2026-02-14T10:15:43.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-02-04T10:15:42.640664077Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186156,"job_number":"JOB_186156","tr_customer_id":186174,"tr_customer_product_id":186164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:43.000Z","modified_at":"2026-02-14T10:15:43.000Z","name":"Estella Runolfsson","mobile_number":"834-454-1066","email_id":"Don_Reinger34@gmail.com","dop":"2025-04-06","serial_number":"10377373080107010","imei1":"10377373080107010","imei2":"10377373080107010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186157,"job_number":"JOB_186157","tr_customer_id":186175,"tr_customer_product_id":186165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:16:23.000Z","modified_at":"2026-02-14T10:16:23.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"08543457895444","imei1":"08543457895444","imei2":"08543457895444","popurl":"2026-02-04T10:16:23.420446439Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186158,"job_number":"JOB_186158","tr_customer_id":186176,"tr_customer_product_id":186166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:46:54.000Z","modified_at":"2026-02-14T10:46:54.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-04","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-04T10:46:46.196211801Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186159,"job_number":"JOB_186159","tr_customer_id":186177,"tr_customer_product_id":186167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:46:54.000Z","modified_at":"2026-02-14T10:46:54.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-04","serial_number":"95153387691956","imei1":"95153387691956","imei2":"95153387691956","popurl":"2026-02-04T10:46:46.198403234Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186160,"job_number":"JOB_186160","tr_customer_id":186178,"tr_customer_product_id":186168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:47:05.000Z","modified_at":"2026-02-14T10:47:05.000Z","name":"Bharat Kaur","mobile_number":"8640528410","email_id":"manik.khan@gmail.com","dop":"2026-02-04","serial_number":"35604291499479","imei1":"35604291499479","imei2":"35604291499479","popurl":"www.aarya-asan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186161,"job_number":"JOB_186161","tr_customer_id":186179,"tr_customer_product_id":186169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:13:32.000Z","modified_at":"2026-02-14T11:13:32.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"12233334444444446","imei1":"12233334444444446","imei2":"12233334444444446","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186164,"job_number":"JOB_186164","tr_customer_id":186182,"tr_customer_product_id":186172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:43:18.000Z","modified_at":"2026-02-14T11:43:18.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-04","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-04T11:43:18.199735291Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:43:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186165,"job_number":"JOB_186165","tr_customer_id":186183,"tr_customer_product_id":186173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:47:56.000Z","modified_at":"2026-02-14T11:47:56.000Z","name":"Jatin  sharma","mobile_number":"7045663d55","email_id":"kjkjk@gmail.com","dop":"2025-04-07","serial_number":"45658258741466","imei1":"45658258741466","imei2":"45658258741466","popurl":"2025-04-07T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186166,"job_number":"JOB_186166","tr_customer_id":186184,"tr_customer_product_id":186174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:53:46.000Z","modified_at":"2026-02-14T11:53:46.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"10606217695499","imei1":"10606217695499","imei2":"10606217695499","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186167,"job_number":"JOB_186167","tr_customer_id":186185,"tr_customer_product_id":186175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:53:58.000Z","modified_at":"2026-02-14T11:53:58.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"12562220380593","imei1":"12562220380593","imei2":"12562220380593","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186174,"job_number":"JOB_186174","tr_customer_id":186192,"tr_customer_product_id":186182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:19:58.000Z","modified_at":"2026-02-14T12:19:58.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"22346567890355","imei1":"22346567890355","imei2":"22346567890355","popurl":"2026-02-04T12:19:55.963599200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186175,"job_number":"JOB_186175","tr_customer_id":186193,"tr_customer_product_id":186183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:27:22.000Z","modified_at":"2026-02-14T12:27:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18673983644276","imei1":"18673983644276","imei2":"18673983644276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:27:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186177,"job_number":"JOB_186177","tr_customer_id":186195,"tr_customer_product_id":186185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:27:23.000Z","modified_at":"2026-02-14T12:27:23.000Z","name":"Jovani Cremin","mobile_number":"820-995-3596","email_id":"Edwin37@yahoo.com","dop":"2025-04-06","serial_number":"16267219260370476","imei1":"16267219260370476","imei2":"16267219260370476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:27:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186178,"job_number":"JOB_186178","tr_customer_id":186196,"tr_customer_product_id":186186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:06.000Z","modified_at":"2026-02-14T12:28:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16847849197681","imei1":"16847849197681","imei2":"16847849197681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186180,"job_number":"JOB_186180","tr_customer_id":186198,"tr_customer_product_id":186188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:07.000Z","modified_at":"2026-02-14T12:28:07.000Z","name":"Tatum Miller","mobile_number":"714-263-6988","email_id":"Aaron.Adams30@gmail.com","dop":"2025-04-06","serial_number":"13932191088728956","imei1":"13932191088728956","imei2":"13932191088728956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186183,"job_number":"JOB_186183","tr_customer_id":186201,"tr_customer_product_id":186191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:49.000Z","modified_at":"2026-02-14T12:28:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19452533923469","imei1":"19452533923469","imei2":"19452533923469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186187,"job_number":"JOB_186187","tr_customer_id":186205,"tr_customer_product_id":186195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:51.000Z","modified_at":"2026-02-14T12:28:51.000Z","name":"Bennett Schamberger","mobile_number":"274-433-8303","email_id":"Anastasia_Collier51@hotmail.com","dop":"2025-04-06","serial_number":"13285504460478896","imei1":"13285504460478896","imei2":"13285504460478896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186188,"job_number":"JOB_186188","tr_customer_id":186206,"tr_customer_product_id":186196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:43:31.000Z","modified_at":"2026-02-14T12:43:31.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"10868900468161","imei1":"10868900468161","imei2":"10868900468161","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186193,"job_number":"JOB_186193","tr_customer_id":186211,"tr_customer_product_id":186201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:48:49.000Z","modified_at":"2026-02-14T12:48:49.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"11662117639339","imei1":"11662117639339","imei2":"11662117639339","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186195,"job_number":"JOB_186195","tr_customer_id":186213,"tr_customer_product_id":186203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:48:50.000Z","modified_at":"2026-02-14T12:48:50.000Z","name":"Godfrey Murphy","mobile_number":"925-266-9898","email_id":"Dale_Hansen82@gmail.com","dop":"2026-01-04","serial_number":"88913336812380620","imei1":"88913336812380620","imei2":"88913336812380620","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186196,"job_number":"JOB_186196","tr_customer_id":186214,"tr_customer_product_id":186204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:12.000Z","modified_at":"2026-02-14T12:49:12.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"19110743976252","imei1":"19110743976252","imei2":"19110743976252","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186198,"job_number":"JOB_186198","tr_customer_id":186216,"tr_customer_product_id":186206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:12.000Z","modified_at":"2026-02-14T12:49:12.000Z","name":"Aiden Murphy","mobile_number":"784-240-3800","email_id":"Delilah80@yahoo.com","dop":"2026-01-04","serial_number":"91611652788160690","imei1":"91611652788160690","imei2":"91611652788160690","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186199,"job_number":"JOB_186199","tr_customer_id":186217,"tr_customer_product_id":186207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:34.000Z","modified_at":"2026-02-14T12:49:34.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"12719647210180","imei1":"12719647210180","imei2":"12719647210180","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186201,"job_number":"JOB_186201","tr_customer_id":186219,"tr_customer_product_id":186209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:35.000Z","modified_at":"2026-02-14T12:49:35.000Z","name":"Einar Turcotte","mobile_number":"557-370-7166","email_id":"Bridgette19@hotmail.com","dop":"2026-01-04","serial_number":"19720603540402428","imei1":"19720603540402428","imei2":"19720603540402428","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186202,"job_number":"JOB_186202","tr_customer_id":186220,"tr_customer_product_id":186210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:13:26.000Z","modified_at":"2026-02-14T13:13:26.000Z","name":"Alexandra Haley","mobile_number":"225-349-0220","email_id":"Jaycee18@gmail.com","dop":"2025-12-01","serial_number":"12144109598102","imei1":"12144109598102","imei2":"12144109598102","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:13:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186203,"job_number":"JOB_186203","tr_customer_id":186221,"tr_customer_product_id":186211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:16:35.000Z","modified_at":"2026-02-14T13:16:35.000Z","name":"AO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"20974917682594","imei1":"20974917682594","imei2":"20974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186204,"job_number":"JOB_186204","tr_customer_id":186222,"tr_customer_product_id":186212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:21:22.000Z","modified_at":"2026-02-14T13:21:22.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"89346567890400","imei1":"89346567890400","imei2":"89346567890400","popurl":"2026-02-04T13:21:19.839459300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186205,"job_number":"JOB_186205","tr_customer_id":186223,"tr_customer_product_id":186213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:24:41.000Z","modified_at":"2026-02-14T13:24:41.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"55346567890400","imei1":"55346567890400","imei2":"55346567890400","popurl":"2026-02-04T13:24:38.788661500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186206,"job_number":"JOB_186206","tr_customer_id":186224,"tr_customer_product_id":186214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:25:18.000Z","modified_at":"2026-02-14T13:25:18.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-04","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-04T13:25:17.617587545Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186207,"job_number":"JOB_186207","tr_customer_id":186225,"tr_customer_product_id":186215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:27:22.000Z","modified_at":"2026-02-14T13:27:22.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"55346567890440","imei1":"55346567890440","imei2":"55346567890440","popurl":"2026-02-04T13:27:20.299702900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:27:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186208,"job_number":"JOB_186208","tr_customer_id":186226,"tr_customer_product_id":186216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:30:59.000Z","modified_at":"2026-02-14T13:30:59.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"89346567890355","imei1":"89346567890355","imei2":"89346567890355","popurl":"2026-02-04T13:30:58.686025922Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186214,"job_number":"JOB_186214","tr_customer_id":186232,"tr_customer_product_id":186222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:38:47.000Z","modified_at":"2026-02-14T13:38:47.000Z","name":"Geraldine Harvey","mobile_number":"948-822-5286","email_id":"Dario_Cummings87@gmail.com","dop":"2025-05-30","serial_number":"14225849688221","imei1":"14225849688221","imei2":"14225849688221","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186215,"job_number":"JOB_186215","tr_customer_id":186233,"tr_customer_product_id":186223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:38:48.000Z","modified_at":"2026-02-14T13:38:48.000Z","name":"Gail Kuhn","mobile_number":"221-305-8637","email_id":"Armani.Ortiz@yahoo.com","dop":"2025-05-30","serial_number":"1926646597491973","imei1":"1926646597491973","imei2":"1926646597491973","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186216,"job_number":"JOB_186216","tr_customer_id":186234,"tr_customer_product_id":186224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:43:50.000Z","modified_at":"2026-02-14T13:43:50.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"19136693902120","imei1":"19136693902120","imei2":"19136693902120","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186222,"job_number":"JOB_186222","tr_customer_id":186240,"tr_customer_product_id":186230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:36.000Z","modified_at":"2026-02-14T13:44:36.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"16295336675545","imei1":"16295336675545","imei2":"16295336675545","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186224,"job_number":"JOB_186224","tr_customer_id":186242,"tr_customer_product_id":186232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:37.000Z","modified_at":"2026-02-14T13:44:37.000Z","name":"Mafalda Purdy","mobile_number":"572-481-5081","email_id":"Sonya_Bradtke26@hotmail.com","dop":"2026-01-04","serial_number":"68127788424985010","imei1":"68127788424985010","imei2":"68127788424985010","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186225,"job_number":"JOB_186225","tr_customer_id":186243,"tr_customer_product_id":186233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:45:21.000Z","modified_at":"2026-02-14T13:45:21.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"19723094854844","imei1":"19723094854844","imei2":"19723094854844","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186227,"job_number":"JOB_186227","tr_customer_id":186245,"tr_customer_product_id":186235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:45:23.000Z","modified_at":"2026-02-14T13:45:23.000Z","name":"Elsa Conn","mobile_number":"840-962-8481","email_id":"Charles.Ward@gmail.com","dop":"2026-01-04","serial_number":"78898211313581730","imei1":"78898211313581730","imei2":"78898211313581730","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186228,"job_number":"JOB_186228","tr_customer_id":186246,"tr_customer_product_id":186236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:49:28.000Z","modified_at":"2026-02-14T13:49:28.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77311111374519","imei1":"77311111374519","imei2":"77311111374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186229,"job_number":"JOB_186229","tr_customer_id":186247,"tr_customer_product_id":186237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:49:41.000Z","modified_at":"2026-02-14T13:49:41.000Z","name":"Valentine Ferry","mobile_number":"538-991-4083","email_id":"Cecile7@yahoo.com","dop":"2025-12-01","serial_number":"12153706654492","imei1":"12153706654492","imei2":"12153706654492","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186230,"job_number":"JOB_186230","tr_customer_id":186248,"tr_customer_product_id":186238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:56:56.000Z","modified_at":"2026-02-14T13:56:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"106726798091563","imei1":"106726798091563","imei2":"106726798091563","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186232,"job_number":"JOB_186232","tr_customer_id":186250,"tr_customer_product_id":186240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:41.000Z","modified_at":"2026-02-14T13:57:41.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"103350478049178","imei1":"103350478049178","imei2":"103350478049178","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186234,"job_number":"JOB_186234","tr_customer_id":186252,"tr_customer_product_id":186242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:57.000Z","modified_at":"2026-02-14T13:57:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91069295660049","imei1":"91069295660049","imei2":"91069295660049","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186235,"job_number":"JOB_186235","tr_customer_id":186253,"tr_customer_product_id":186243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:57.000Z","modified_at":"2026-02-14T13:57:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78833839195056","imei1":"78833839195056","imei2":"78833839195056","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186236,"job_number":"JOB_186236","tr_customer_id":186254,"tr_customer_product_id":186244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:57.000Z","modified_at":"2026-02-14T13:57:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649204451426","imei1":"49649204451426","imei2":"49649204451426","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186237,"job_number":"JOB_186237","tr_customer_id":186255,"tr_customer_product_id":186245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:58.000Z","modified_at":"2026-02-14T13:57:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77691569453599","imei1":"77691569453599","imei2":"77691569453599","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186238,"job_number":"JOB_186238","tr_customer_id":186256,"tr_customer_product_id":186246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:58.000Z","modified_at":"2026-02-14T13:57:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69788153213519","imei1":"69788153213519","imei2":"69788153213519","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186239,"job_number":"JOB_186239","tr_customer_id":186257,"tr_customer_product_id":186247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:58.000Z","modified_at":"2026-02-14T13:57:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69076683011765","imei1":"69076683011765","imei2":"69076683011765","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186241,"job_number":"JOB_186241","tr_customer_id":186259,"tr_customer_product_id":186249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:16.000Z","modified_at":"2026-02-14T13:58:16.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12734707494710","imei1":"12734707494710","imei2":"12734707494710","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186243,"job_number":"JOB_186243","tr_customer_id":186261,"tr_customer_product_id":186251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:17.000Z","modified_at":"2026-02-14T13:58:17.000Z","name":"Wilford Block","mobile_number":"800-694-2178","email_id":"Maxwell_OKon@gmail.com","dop":"2025-08-24","serial_number":"1019194760862160","imei1":"1019194760862160","imei2":"1019194760862160","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186245,"job_number":"JOB_186245","tr_customer_id":186263,"tr_customer_product_id":186253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:21.000Z","modified_at":"2026-02-14T13:58:21.000Z","name":"Robyn Kovacek","mobile_number":"289-761-3943","email_id":"Karlie_Dickinson10@hotmail.com","dop":"2025-04-06","serial_number":"13074030069973008","imei1":"13074030069973008","imei2":"13074030069973008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186246,"job_number":"JOB_186246","tr_customer_id":186264,"tr_customer_product_id":186254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:27.000Z","modified_at":"2026-02-14T13:58:27.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"105473458877803","imei1":"105473458877803","imei2":"105473458877803","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186248,"job_number":"JOB_186248","tr_customer_id":186266,"tr_customer_product_id":186256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:29.000Z","modified_at":"2026-02-14T13:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64999377434969","imei1":"64999377434969","imei2":"64999377434969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186249,"job_number":"JOB_186249","tr_customer_id":186267,"tr_customer_product_id":186257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:29.000Z","modified_at":"2026-02-14T13:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23671646095570","imei1":"23671646095570","imei2":"23671646095570","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186250,"job_number":"JOB_186250","tr_customer_id":186268,"tr_customer_product_id":186258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:30.000Z","modified_at":"2026-02-14T13:58:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39029920422436","imei1":"39029920422436","imei2":"39029920422436","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186251,"job_number":"JOB_186251","tr_customer_id":186269,"tr_customer_product_id":186259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:30.000Z","modified_at":"2026-02-14T13:58:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11619761904594","imei1":"11619761904594","imei2":"11619761904594","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186252,"job_number":"JOB_186252","tr_customer_id":186270,"tr_customer_product_id":186260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:30.000Z","modified_at":"2026-02-14T13:58:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15098715813192","imei1":"15098715813192","imei2":"15098715813192","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186253,"job_number":"JOB_186253","tr_customer_id":186271,"tr_customer_product_id":186261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:31.000Z","modified_at":"2026-02-14T13:58:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92523884266725","imei1":"92523884266725","imei2":"92523884266725","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186255,"job_number":"JOB_186255","tr_customer_id":186273,"tr_customer_product_id":186263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:34.000Z","modified_at":"2026-02-14T13:58:34.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17588227136860","imei1":"17588227136860","imei2":"17588227136860","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186257,"job_number":"JOB_186257","tr_customer_id":186275,"tr_customer_product_id":186265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:35.000Z","modified_at":"2026-02-14T13:58:35.000Z","name":"Yadira Schimmel","mobile_number":"417-944-9982","email_id":"Maci.Gislason39@hotmail.com","dop":"2026-01-04","serial_number":"34618870094955760","imei1":"34618870094955760","imei2":"34618870094955760","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186258,"job_number":"JOB_186258","tr_customer_id":186276,"tr_customer_product_id":186266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:52.000Z","modified_at":"2026-02-14T13:58:52.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18249553531764","imei1":"18249553531764","imei2":"18249553531764","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186260,"job_number":"JOB_186260","tr_customer_id":186278,"tr_customer_product_id":186268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:53.000Z","modified_at":"2026-02-14T13:58:53.000Z","name":"Leslie Heathcote","mobile_number":"235-862-6664","email_id":"Meaghan_Smith25@gmail.com","dop":"2025-08-24","serial_number":"1085483546274684","imei1":"1085483546274684","imei2":"1085483546274684","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186261,"job_number":"JOB_186261","tr_customer_id":186279,"tr_customer_product_id":186269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:01.000Z","modified_at":"2026-02-14T13:59:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45908874186839","imei1":"45908874186839","imei2":"45908874186839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186262,"job_number":"JOB_186262","tr_customer_id":186280,"tr_customer_product_id":186270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64103090322673","imei1":"64103090322673","imei2":"64103090322673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186263,"job_number":"JOB_186263","tr_customer_id":186281,"tr_customer_product_id":186271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32496797499281","imei1":"32496797499281","imei2":"32496797499281","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186264,"job_number":"JOB_186264","tr_customer_id":186282,"tr_customer_product_id":186272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45500956226053","imei1":"45500956226053","imei2":"45500956226053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186265,"job_number":"JOB_186265","tr_customer_id":186283,"tr_customer_product_id":186273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14659694920962","imei1":"14659694920962","imei2":"14659694920962","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186266,"job_number":"JOB_186266","tr_customer_id":186284,"tr_customer_product_id":186274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:03.000Z","modified_at":"2026-02-14T13:59:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70718200759330","imei1":"70718200759330","imei2":"70718200759330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186268,"job_number":"JOB_186268","tr_customer_id":186286,"tr_customer_product_id":186276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:12.000Z","modified_at":"2026-02-14T13:59:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15715319323732","imei1":"15715319323732","imei2":"15715319323732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186270,"job_number":"JOB_186270","tr_customer_id":186288,"tr_customer_product_id":186278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:13.000Z","modified_at":"2026-02-14T13:59:13.000Z","name":"Hardy Miller","mobile_number":"882-791-0781","email_id":"Eleanora.Hayes@gmail.com","dop":"2025-04-06","serial_number":"16415082307158584","imei1":"16415082307158584","imei2":"16415082307158584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186271,"job_number":"JOB_186271","tr_customer_id":186289,"tr_customer_product_id":186279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:20.000Z","modified_at":"2026-02-14T13:59:20.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"18210130850319","imei1":"18210130850319","imei2":"18210130850319","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186273,"job_number":"JOB_186273","tr_customer_id":186291,"tr_customer_product_id":186281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:21.000Z","modified_at":"2026-02-14T13:59:21.000Z","name":"Kassandra Stehr","mobile_number":"453-268-9564","email_id":"Chauncey.Conroy17@hotmail.com","dop":"2026-01-04","serial_number":"44003502400252110","imei1":"44003502400252110","imei2":"44003502400252110","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186274,"job_number":"JOB_186274","tr_customer_id":186292,"tr_customer_product_id":186282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:27.000Z","modified_at":"2026-02-14T13:59:27.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"17037552388672","imei1":"17037552388672","imei2":"17037552388672","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186276,"job_number":"JOB_186276","tr_customer_id":186294,"tr_customer_product_id":186284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:28.000Z","modified_at":"2026-02-14T13:59:28.000Z","name":"Eliseo Boehm","mobile_number":"233-938-4694","email_id":"Maiya78@yahoo.com","dop":"2025-08-24","serial_number":"1033675493077393","imei1":"1033675493077393","imei2":"1033675493077393","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186280,"job_number":"JOB_186280","tr_customer_id":186298,"tr_customer_product_id":186288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:59.000Z","modified_at":"2026-02-14T13:59:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19626202541855","imei1":"19626202541855","imei2":"19626202541855","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186282,"job_number":"JOB_186282","tr_customer_id":186300,"tr_customer_product_id":186290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:00.000Z","modified_at":"2026-02-14T14:00:00.000Z","name":"Felton Mann","mobile_number":"615-417-5974","email_id":"Frank88@gmail.com","dop":"2025-04-06","serial_number":"12971585097790910","imei1":"12971585097790910","imei2":"12971585097790910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186283,"job_number":"JOB_186283","tr_customer_id":186301,"tr_customer_product_id":186291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:06.000Z","modified_at":"2026-02-14T14:00:06.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"12861865555833","imei1":"12861865555833","imei2":"12861865555833","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186285,"job_number":"JOB_186285","tr_customer_id":186303,"tr_customer_product_id":186293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:07.000Z","modified_at":"2026-02-14T14:00:07.000Z","name":"Fredrick Marvin","mobile_number":"916-772-9830","email_id":"Freida.West99@hotmail.com","dop":"2026-01-04","serial_number":"57577242995698970","imei1":"57577242995698970","imei2":"57577242995698970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186290,"job_number":"JOB_186290","tr_customer_id":186308,"tr_customer_product_id":186298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:45.000Z","modified_at":"2026-02-14T14:00:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16756061068601","imei1":"16756061068601","imei2":"16756061068601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186292,"job_number":"JOB_186292","tr_customer_id":186310,"tr_customer_product_id":186300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:47.000Z","modified_at":"2026-02-14T14:00:47.000Z","name":"Silas Corkery","mobile_number":"622-708-8219","email_id":"Isaac46@gmail.com","dop":"2025-04-06","serial_number":"14095891803176376","imei1":"14095891803176376","imei2":"14095891803176376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186293,"job_number":"JOB_186293","tr_customer_id":186311,"tr_customer_product_id":186301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:02:38.000Z","modified_at":"2026-02-14T14:02:38.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"15275371729729","imei1":"15275371729729","imei2":"15275371729729","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186295,"job_number":"JOB_186295","tr_customer_id":186313,"tr_customer_product_id":186303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:02:39.000Z","modified_at":"2026-02-14T14:02:39.000Z","name":"Oren Wilkinson","mobile_number":"801-888-3228","email_id":"Savanna_Lang1@yahoo.com","dop":"2026-01-04","serial_number":"56960720959757230","imei1":"56960720959757230","imei2":"56960720959757230","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186296,"job_number":"JOB_186296","tr_customer_id":186314,"tr_customer_product_id":186304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:03:25.000Z","modified_at":"2026-02-14T14:03:25.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"16284760772244","imei1":"16284760772244","imei2":"16284760772244","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186298,"job_number":"JOB_186298","tr_customer_id":186316,"tr_customer_product_id":186306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:03:26.000Z","modified_at":"2026-02-14T14:03:26.000Z","name":"Aniyah Schaden","mobile_number":"638-279-2075","email_id":"Vicenta.Rice@gmail.com","dop":"2026-01-04","serial_number":"75108959438227410","imei1":"75108959438227410","imei2":"75108959438227410","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186302,"job_number":"JOB_186302","tr_customer_id":186320,"tr_customer_product_id":186310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:04:11.000Z","modified_at":"2026-02-14T14:04:11.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"11183888300362","imei1":"11183888300362","imei2":"11183888300362","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186304,"job_number":"JOB_186304","tr_customer_id":186322,"tr_customer_product_id":186312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:04:12.000Z","modified_at":"2026-02-14T14:04:12.000Z","name":"Kristoffer Goodwin","mobile_number":"954-372-6416","email_id":"Osborne10@yahoo.com","dop":"2026-01-04","serial_number":"75262432810090080","imei1":"75262432810090080","imei2":"75262432810090080","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:04:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186309,"job_number":"JOB_186309","tr_customer_id":186327,"tr_customer_product_id":186317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:56.000Z","modified_at":"2026-02-14T14:15:56.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17269713771923","imei1":"17269713771923","imei2":"17269713771923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186313,"job_number":"JOB_186313","tr_customer_id":186331,"tr_customer_product_id":186321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:58.000Z","modified_at":"2026-02-14T14:15:58.000Z","name":"Josie Hilpert","mobile_number":"461-302-4524","email_id":"Kitty_Hermann22@yahoo.com","dop":"2026-01-04","serial_number":"37218641280861020","imei1":"37218641280861020","imei2":"37218641280861020","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186317,"job_number":"JOB_186317","tr_customer_id":186335,"tr_customer_product_id":186325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:16:41.000Z","modified_at":"2026-02-14T14:16:41.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"18955882905541","imei1":"18955882905541","imei2":"18955882905541","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186319,"job_number":"JOB_186319","tr_customer_id":186337,"tr_customer_product_id":186327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:16:42.000Z","modified_at":"2026-02-14T14:16:42.000Z","name":"Emilia Goodwin","mobile_number":"311-932-6580","email_id":"Isaias.Johns@gmail.com","dop":"2026-01-04","serial_number":"29178967526656400","imei1":"29178967526656400","imei2":"29178967526656400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186320,"job_number":"JOB_186320","tr_customer_id":186338,"tr_customer_product_id":186328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:25.000Z","modified_at":"2026-02-14T14:17:25.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"18212432507354","imei1":"18212432507354","imei2":"18212432507354","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186322,"job_number":"JOB_186322","tr_customer_id":186340,"tr_customer_product_id":186330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:26.000Z","modified_at":"2026-02-14T14:17:26.000Z","name":"Landen Wolf","mobile_number":"676-910-4571","email_id":"Adrianna.Marks@gmail.com","dop":"2026-01-04","serial_number":"67584845573701384","imei1":"67584845573701384","imei2":"67584845573701384","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186323,"job_number":"JOB_186323","tr_customer_id":186341,"tr_customer_product_id":186331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:43.000Z","modified_at":"2026-02-14T14:17:43.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"24580619526832","imei1":"24580619526832","imei2":"24580619526832","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186324,"job_number":"JOB_186324","tr_customer_id":186342,"tr_customer_product_id":186332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:44.000Z","modified_at":"2026-02-14T14:17:44.000Z","name":"Asa Stehr","mobile_number":"299-677-9294","email_id":"Bailee91@hotmail.com","dop":"2025-02-01","serial_number":"20136832936697","imei1":"20136832936697","imei2":"20136832936697","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186326,"job_number":"JOB_186326","tr_customer_id":186344,"tr_customer_product_id":186334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:18:26.000Z","modified_at":"2026-02-14T14:18:26.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"107658097759740","imei1":"107658097759740","imei2":"107658097759740","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186327,"job_number":"JOB_186327","tr_customer_id":186345,"tr_customer_product_id":186335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:18:26.000Z","modified_at":"2026-02-14T14:18:26.000Z","name":"Alyson Volkman","mobile_number":"531-761-1358","email_id":"Donnie.Toy51@hotmail.com","dop":"2025-02-01","serial_number":"68844838698580","imei1":"68844838698580","imei2":"68844838698580","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186329,"job_number":"JOB_186329","tr_customer_id":186347,"tr_customer_product_id":186337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:08.000Z","modified_at":"2026-02-14T14:19:08.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"69549939532052","imei1":"69549939532052","imei2":"69549939532052","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186330,"job_number":"JOB_186330","tr_customer_id":186348,"tr_customer_product_id":186338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:08.000Z","modified_at":"2026-02-14T14:19:08.000Z","name":"Stewart Grady","mobile_number":"814-849-2340","email_id":"Leanna_Hoppe@hotmail.com","dop":"2025-02-01","serial_number":"107034017796315","imei1":"107034017796315","imei2":"107034017796315","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186331,"job_number":"JOB_186331","tr_customer_id":186349,"tr_customer_product_id":186339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:09.000Z","modified_at":"2026-02-14T14:19:09.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"67590369828754480","imei1":"67590369828754480","imei2":"67590369828754480","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186333,"job_number":"JOB_186333","tr_customer_id":186351,"tr_customer_product_id":186341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:21.000Z","modified_at":"2026-02-14T14:19:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16478249658206","imei1":"16478249658206","imei2":"16478249658206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186335,"job_number":"JOB_186335","tr_customer_id":186353,"tr_customer_product_id":186343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:22.000Z","modified_at":"2026-02-14T14:19:22.000Z","name":"Lemuel Bogisich","mobile_number":"689-429-1885","email_id":"Sherwood_Walter70@gmail.com","dop":"2025-04-06","serial_number":"11869058104208406","imei1":"11869058104208406","imei2":"11869058104208406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186336,"job_number":"JOB_186336","tr_customer_id":186354,"tr_customer_product_id":186344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:08.000Z","modified_at":"2026-02-14T14:20:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13393373942553","imei1":"13393373942553","imei2":"13393373942553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186338,"job_number":"JOB_186338","tr_customer_id":186356,"tr_customer_product_id":186346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:10.000Z","modified_at":"2026-02-14T14:20:10.000Z","name":"Jana Hahn","mobile_number":"951-777-8911","email_id":"Andres51@yahoo.com","dop":"2025-04-06","serial_number":"16453447766922222","imei1":"16453447766922222","imei2":"16453447766922222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186339,"job_number":"JOB_186339","tr_customer_id":186357,"tr_customer_product_id":186347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:14.000Z","modified_at":"2026-02-14T14:20:14.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12400669784762","imei1":"12400669784762","imei2":"12400669784762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186341,"job_number":"JOB_186341","tr_customer_id":186359,"tr_customer_product_id":186349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:16.000Z","modified_at":"2026-02-14T14:20:16.000Z","name":"Mafalda Kshlerin","mobile_number":"886-946-5503","email_id":"Eleanora_Ruecker47@hotmail.com","dop":"2025-04-06","serial_number":"18413276361879668","imei1":"18413276361879668","imei2":"18413276361879668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186342,"job_number":"JOB_186342","tr_customer_id":186360,"tr_customer_product_id":186350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:55.000Z","modified_at":"2026-02-14T14:20:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17898613247094","imei1":"17898613247094","imei2":"17898613247094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186344,"job_number":"JOB_186344","tr_customer_id":186362,"tr_customer_product_id":186352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:57.000Z","modified_at":"2026-02-14T14:20:57.000Z","name":"Alexanne Nicolas","mobile_number":"643-789-3688","email_id":"Amara51@gmail.com","dop":"2025-04-06","serial_number":"18658160060505252","imei1":"18658160060505252","imei2":"18658160060505252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186345,"job_number":"JOB_186345","tr_customer_id":186363,"tr_customer_product_id":186353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:58.000Z","modified_at":"2026-02-14T14:20:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10968253958071","imei1":"10968253958071","imei2":"10968253958071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186347,"job_number":"JOB_186347","tr_customer_id":186365,"tr_customer_product_id":186355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:59.000Z","modified_at":"2026-02-14T14:20:59.000Z","name":"Malinda Strosin","mobile_number":"946-668-7626","email_id":"Sabryna_Kreiger16@gmail.com","dop":"2025-04-06","serial_number":"10350176908686802","imei1":"10350176908686802","imei2":"10350176908686802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186348,"job_number":"JOB_186348","tr_customer_id":186366,"tr_customer_product_id":186356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:22.000Z","modified_at":"2026-02-14T14:21:22.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10605428730409","imei1":"10605428730409","imei2":"10605428730409","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186350,"job_number":"JOB_186350","tr_customer_id":186368,"tr_customer_product_id":186358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:23.000Z","modified_at":"2026-02-14T14:21:23.000Z","name":"Larry Dare","mobile_number":"746-945-6269","email_id":"Magali30@yahoo.com","dop":"2025-06-18","serial_number":"1045681304658611","imei1":"1045681304658611","imei2":"1045681304658611","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186351,"job_number":"JOB_186351","tr_customer_id":186369,"tr_customer_product_id":186359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:41.000Z","modified_at":"2026-02-14T14:21:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16947832948282","imei1":"16947832948282","imei2":"16947832948282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186353,"job_number":"JOB_186353","tr_customer_id":186371,"tr_customer_product_id":186361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:42.000Z","modified_at":"2026-02-14T14:21:42.000Z","name":"Fae Douglas","mobile_number":"207-342-7803","email_id":"Lavina.Lebsack23@gmail.com","dop":"2025-04-06","serial_number":"19404048992341660","imei1":"19404048992341660","imei2":"19404048992341660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186357,"job_number":"JOB_186357","tr_customer_id":186375,"tr_customer_product_id":186365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:06.000Z","modified_at":"2026-02-14T14:22:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10871939916306","imei1":"10871939916306","imei2":"10871939916306","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186359,"job_number":"JOB_186359","tr_customer_id":186377,"tr_customer_product_id":186367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:07.000Z","modified_at":"2026-02-14T14:22:07.000Z","name":"Carmela McLaughlin","mobile_number":"215-355-3884","email_id":"Brain_Rowe@hotmail.com","dop":"2025-06-18","serial_number":"1007953654075682","imei1":"1007953654075682","imei2":"1007953654075682","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186369,"job_number":"JOB_186369","tr_customer_id":186387,"tr_customer_product_id":186377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:15.000Z","modified_at":"2026-02-14T14:24:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11045362160790","imei1":"11045362160790","imei2":"11045362160790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186371,"job_number":"JOB_186371","tr_customer_id":186389,"tr_customer_product_id":186379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:17.000Z","modified_at":"2026-02-14T14:24:17.000Z","name":"Marianna Olson","mobile_number":"454-353-7956","email_id":"Jonathan79@gmail.com","dop":"2025-04-06","serial_number":"14017029563764436","imei1":"14017029563764436","imei2":"14017029563764436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186372,"job_number":"JOB_186372","tr_customer_id":186390,"tr_customer_product_id":186380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:37.000Z","modified_at":"2026-02-14T14:24:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19115841946052","imei1":"19115841946052","imei2":"19115841946052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186374,"job_number":"JOB_186374","tr_customer_id":186392,"tr_customer_product_id":186382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:39.000Z","modified_at":"2026-02-14T14:24:39.000Z","name":"Myrl Reichel","mobile_number":"810-302-9960","email_id":"Shaun.Lehner99@hotmail.com","dop":"2025-04-06","serial_number":"11903902966640536","imei1":"11903902966640536","imei2":"11903902966640536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186379,"job_number":"JOB_186379","tr_customer_id":186397,"tr_customer_product_id":186387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:00.000Z","modified_at":"2026-02-14T14:25:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15631506711161","imei1":"15631506711161","imei2":"15631506711161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186381,"job_number":"JOB_186381","tr_customer_id":186399,"tr_customer_product_id":186389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:02.000Z","modified_at":"2026-02-14T14:25:02.000Z","name":"Catalina Howe","mobile_number":"959-222-1527","email_id":"Daniella_Torp19@gmail.com","dop":"2025-04-06","serial_number":"16155023309403816","imei1":"16155023309403816","imei2":"16155023309403816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186382,"job_number":"JOB_186382","tr_customer_id":186400,"tr_customer_product_id":186390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:21.000Z","modified_at":"2026-02-14T14:25:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15329867451382","imei1":"15329867451382","imei2":"15329867451382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186384,"job_number":"JOB_186384","tr_customer_id":186402,"tr_customer_product_id":186392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:22.000Z","modified_at":"2026-02-14T14:25:22.000Z","name":"Lemuel Ryan","mobile_number":"592-665-0531","email_id":"Lukas_Bogisich83@gmail.com","dop":"2025-04-06","serial_number":"12741332948656348","imei1":"12741332948656348","imei2":"12741332948656348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186385,"job_number":"JOB_186385","tr_customer_id":186403,"tr_customer_product_id":186393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:25.000Z","modified_at":"2026-02-14T14:25:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19247743340088","imei1":"19247743340088","imei2":"19247743340088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186387,"job_number":"JOB_186387","tr_customer_id":186405,"tr_customer_product_id":186395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:27.000Z","modified_at":"2026-02-14T14:25:27.000Z","name":"Theodore Roob","mobile_number":"968-666-1578","email_id":"Randall_Bednar@gmail.com","dop":"2025-04-06","serial_number":"19731849550586450","imei1":"19731849550586450","imei2":"19731849550586450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186388,"job_number":"JOB_186388","tr_customer_id":186406,"tr_customer_product_id":186396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:45.000Z","modified_at":"2026-02-14T14:25:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465841717482","imei1":"14465841717482","imei2":"14465841717482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186390,"job_number":"JOB_186390","tr_customer_id":186408,"tr_customer_product_id":186398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:46.000Z","modified_at":"2026-02-14T14:25:46.000Z","name":"Kirsten Howell","mobile_number":"707-550-2027","email_id":"Bill83@gmail.com","dop":"2025-04-06","serial_number":"11649009942536724","imei1":"11649009942536724","imei2":"11649009942536724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186391,"job_number":"JOB_186391","tr_customer_id":186409,"tr_customer_product_id":186399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:48.000Z","modified_at":"2026-02-14T14:25:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14588939585391","imei1":"14588939585391","imei2":"14588939585391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186393,"job_number":"JOB_186393","tr_customer_id":186411,"tr_customer_product_id":186401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:50.000Z","modified_at":"2026-02-14T14:25:50.000Z","name":"Dasia Jaskolski","mobile_number":"829-427-6431","email_id":"Sylvester_Flatley@hotmail.com","dop":"2025-04-06","serial_number":"13822418786647994","imei1":"13822418786647994","imei2":"13822418786647994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186394,"job_number":"JOB_186394","tr_customer_id":186412,"tr_customer_product_id":186402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:04.000Z","modified_at":"2026-02-14T14:26:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15561520154183","imei1":"15561520154183","imei2":"15561520154183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186396,"job_number":"JOB_186396","tr_customer_id":186414,"tr_customer_product_id":186404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:06.000Z","modified_at":"2026-02-14T14:26:06.000Z","name":"Pietro Price","mobile_number":"617-653-7526","email_id":"Furman_Kovacek@hotmail.com","dop":"2025-04-06","serial_number":"15178559544686624","imei1":"15178559544686624","imei2":"15178559544686624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186397,"job_number":"JOB_186397","tr_customer_id":186415,"tr_customer_product_id":186405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:08.000Z","modified_at":"2026-02-14T14:26:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"17846749013791","imei1":"17846749013791","imei2":"17846749013791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186399,"job_number":"JOB_186399","tr_customer_id":186417,"tr_customer_product_id":186407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:10.000Z","modified_at":"2026-02-14T14:26:10.000Z","name":"Carmen Stehr","mobile_number":"455-655-3157","email_id":"Milford.Ortiz39@yahoo.com","dop":"2025-04-06","serial_number":"12402540803770678","imei1":"12402540803770678","imei2":"12402540803770678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186400,"job_number":"JOB_186400","tr_customer_id":186418,"tr_customer_product_id":186408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:32.000Z","modified_at":"2026-02-14T14:26:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13736486063836","imei1":"13736486063836","imei2":"13736486063836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186402,"job_number":"JOB_186402","tr_customer_id":186420,"tr_customer_product_id":186410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:33.000Z","modified_at":"2026-02-14T14:26:33.000Z","name":"Jonas Wolff","mobile_number":"346-793-2245","email_id":"Kellen30@yahoo.com","dop":"2025-04-06","serial_number":"14740519128888516","imei1":"14740519128888516","imei2":"14740519128888516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186403,"job_number":"JOB_186403","tr_customer_id":186421,"tr_customer_product_id":186411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:50.000Z","modified_at":"2026-02-14T14:26:50.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19769693155494","imei1":"19769693155494","imei2":"19769693155494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186405,"job_number":"JOB_186405","tr_customer_id":186423,"tr_customer_product_id":186413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:51.000Z","modified_at":"2026-02-14T14:26:51.000Z","name":"Gerson Hand","mobile_number":"506-718-6438","email_id":"Sheldon.Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"10186282516339994","imei1":"10186282516339994","imei2":"10186282516339994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186406,"job_number":"JOB_186406","tr_customer_id":186424,"tr_customer_product_id":186414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:27:15.000Z","modified_at":"2026-02-14T14:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11143769476042","imei1":"11143769476042","imei2":"11143769476042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186408,"job_number":"JOB_186408","tr_customer_id":186426,"tr_customer_product_id":186416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:27:16.000Z","modified_at":"2026-02-14T14:27:16.000Z","name":"Anjali Vandervort","mobile_number":"597-290-5872","email_id":"Aurore_Prohaska55@gmail.com","dop":"2025-04-06","serial_number":"17430088561990724","imei1":"17430088561990724","imei2":"17430088561990724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186410,"job_number":"JOB_186410","tr_customer_id":186428,"tr_customer_product_id":186418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:27:49.000Z","modified_at":"2026-02-14T14:27:49.000Z","name":"Mavis Reichert","mobile_number":"717-891-3834","email_id":"Richie.Purdy@hotmail.com","dop":"2025-04-06","serial_number":"10529096745950732","imei1":"10529096745950732","imei2":"10529096745950732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186413,"job_number":"JOB_186413","tr_customer_id":186431,"tr_customer_product_id":186421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:28:07.000Z","modified_at":"2026-02-14T14:28:07.000Z","name":"Rosamond Fisher","mobile_number":"412-913-8443","email_id":"Hector3@gmail.com","dop":"2025-04-06","serial_number":"18866263572584060","imei1":"18866263572584060","imei2":"18866263572584060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186416,"job_number":"JOB_186416","tr_customer_id":186434,"tr_customer_product_id":186424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:29:30.000Z","modified_at":"2026-02-14T14:29:30.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"14665763720427","imei1":"14665763720427","imei2":"14665763720427","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186418,"job_number":"JOB_186418","tr_customer_id":186436,"tr_customer_product_id":186426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:29:31.000Z","modified_at":"2026-02-14T14:29:31.000Z","name":"Terence Schaefer","mobile_number":"329-561-9036","email_id":"Tiffany.Lubowitz@gmail.com","dop":"2026-01-04","serial_number":"39438754957273170","imei1":"39438754957273170","imei2":"39438754957273170","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186419,"job_number":"JOB_186419","tr_customer_id":186437,"tr_customer_product_id":186427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:13.000Z","modified_at":"2026-02-14T14:30:13.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13300218591587","imei1":"13300218591587","imei2":"13300218591587","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186421,"job_number":"JOB_186421","tr_customer_id":186439,"tr_customer_product_id":186429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:15.000Z","modified_at":"2026-02-14T14:30:15.000Z","name":"Maudie Stiedemann","mobile_number":"741-379-7612","email_id":"Quentin71@yahoo.com","dop":"2026-01-04","serial_number":"81089955510828350","imei1":"81089955510828350","imei2":"81089955510828350","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186422,"job_number":"JOB_186422","tr_customer_id":186440,"tr_customer_product_id":186430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:50.000Z","modified_at":"2026-02-14T14:30:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11364429659791","imei1":"11364429659791","imei2":"11364429659791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186424,"job_number":"JOB_186424","tr_customer_id":186442,"tr_customer_product_id":186432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:51.000Z","modified_at":"2026-02-14T14:30:51.000Z","name":"Vaughn Zemlak","mobile_number":"827-576-4848","email_id":"Jettie38@gmail.com","dop":"2025-04-06","serial_number":"13258747537263652","imei1":"13258747537263652","imei2":"13258747537263652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186425,"job_number":"JOB_186425","tr_customer_id":186443,"tr_customer_product_id":186433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:56.000Z","modified_at":"2026-02-14T14:30:56.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"18602578910486","imei1":"18602578910486","imei2":"18602578910486","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186427,"job_number":"JOB_186427","tr_customer_id":186445,"tr_customer_product_id":186435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:58.000Z","modified_at":"2026-02-14T14:30:58.000Z","name":"Jannie Gusikowski","mobile_number":"832-323-4299","email_id":"Keyshawn.Carroll@gmail.com","dop":"2026-01-04","serial_number":"85975509747868420","imei1":"85975509747868420","imei2":"85975509747868420","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186428,"job_number":"JOB_186428","tr_customer_id":186446,"tr_customer_product_id":186436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:59.000Z","modified_at":"2026-02-14T14:30:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19748229259285","imei1":"19748229259285","imei2":"19748229259285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186430,"job_number":"JOB_186430","tr_customer_id":186448,"tr_customer_product_id":186438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:00.000Z","modified_at":"2026-02-14T14:31:00.000Z","name":"Mylene Lang","mobile_number":"297-887-6005","email_id":"Foster.Schulist@yahoo.com","dop":"2025-04-06","serial_number":"10604154887247260","imei1":"10604154887247260","imei2":"10604154887247260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186435,"job_number":"JOB_186435","tr_customer_id":186453,"tr_customer_product_id":186443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:34.000Z","modified_at":"2026-02-14T14:31:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15587236222132","imei1":"15587236222132","imei2":"15587236222132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186437,"job_number":"JOB_186437","tr_customer_id":186455,"tr_customer_product_id":186445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:36.000Z","modified_at":"2026-02-14T14:31:36.000Z","name":"Linda Gaylord","mobile_number":"255-908-7233","email_id":"Aleen17@yahoo.com","dop":"2025-04-06","serial_number":"13609483299515894","imei1":"13609483299515894","imei2":"13609483299515894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186438,"job_number":"JOB_186438","tr_customer_id":186456,"tr_customer_product_id":186446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:41.000Z","modified_at":"2026-02-14T14:31:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10997920677842","imei1":"10997920677842","imei2":"10997920677842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186440,"job_number":"JOB_186440","tr_customer_id":186458,"tr_customer_product_id":186448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:42.000Z","modified_at":"2026-02-14T14:31:42.000Z","name":"Eden Hansen","mobile_number":"279-984-9706","email_id":"Samantha.Gibson@gmail.com","dop":"2025-04-06","serial_number":"14189470078883456","imei1":"14189470078883456","imei2":"14189470078883456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186441,"job_number":"JOB_186441","tr_customer_id":186459,"tr_customer_product_id":186449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:52.000Z","modified_at":"2026-02-14T14:31:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15629081925531","imei1":"15629081925531","imei2":"15629081925531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186443,"job_number":"JOB_186443","tr_customer_id":186461,"tr_customer_product_id":186451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:54.000Z","modified_at":"2026-02-14T14:31:54.000Z","name":"Delphia Jaskolski","mobile_number":"891-970-9666","email_id":"Christiana.Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"13266281519878262","imei1":"13266281519878262","imei2":"13266281519878262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186447,"job_number":"JOB_186447","tr_customer_id":186465,"tr_customer_product_id":186455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:19.000Z","modified_at":"2026-02-14T14:32:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14093655098675","imei1":"14093655098675","imei2":"14093655098675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186449,"job_number":"JOB_186449","tr_customer_id":186467,"tr_customer_product_id":186457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:21.000Z","modified_at":"2026-02-14T14:32:21.000Z","name":"Eladio Harvey","mobile_number":"378-344-9132","email_id":"Dixie1@hotmail.com","dop":"2025-04-06","serial_number":"13525465447743460","imei1":"13525465447743460","imei2":"13525465447743460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186450,"job_number":"JOB_186450","tr_customer_id":186468,"tr_customer_product_id":186458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:22.000Z","modified_at":"2026-02-14T14:32:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18494090767779","imei1":"18494090767779","imei2":"18494090767779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186452,"job_number":"JOB_186452","tr_customer_id":186470,"tr_customer_product_id":186460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:24.000Z","modified_at":"2026-02-14T14:32:24.000Z","name":"Kylee Nienow","mobile_number":"490-967-8037","email_id":"Lavon.Towne@yahoo.com","dop":"2025-04-06","serial_number":"12486294945675952","imei1":"12486294945675952","imei2":"12486294945675952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186456,"job_number":"JOB_186456","tr_customer_id":186474,"tr_customer_product_id":186464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:36.000Z","modified_at":"2026-02-14T14:32:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10296612653189","imei1":"10296612653189","imei2":"10296612653189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186458,"job_number":"JOB_186458","tr_customer_id":186476,"tr_customer_product_id":186466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:37.000Z","modified_at":"2026-02-14T14:32:37.000Z","name":"Wendell Mohr","mobile_number":"286-230-3189","email_id":"Tia24@hotmail.com","dop":"2025-04-06","serial_number":"13663351105380792","imei1":"13663351105380792","imei2":"13663351105380792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186463,"job_number":"JOB_186463","tr_customer_id":186481,"tr_customer_product_id":186471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:03.000Z","modified_at":"2026-02-14T14:33:03.000Z","name":"Tyreek Leffler","mobile_number":"400-531-6426","email_id":"Ross.Spinka7@gmail.com","dop":"2025-04-06","serial_number":"16241835703424820","imei1":"16241835703424820","imei2":"16241835703424820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186464,"job_number":"JOB_186464","tr_customer_id":186482,"tr_customer_product_id":186472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:18.000Z","modified_at":"2026-02-14T14:33:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18649951502388","imei1":"18649951502388","imei2":"18649951502388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186466,"job_number":"JOB_186466","tr_customer_id":186484,"tr_customer_product_id":186474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:19.000Z","modified_at":"2026-02-14T14:33:19.000Z","name":"Beulah Dickinson","mobile_number":"540-661-4747","email_id":"Isidro60@yahoo.com","dop":"2025-04-06","serial_number":"17506753221464896","imei1":"17506753221464896","imei2":"17506753221464896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186468,"job_number":"JOB_186468","tr_customer_id":186486,"tr_customer_product_id":186476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:36.000Z","modified_at":"2026-02-14T14:33:36.000Z","name":"Akeem Braun","mobile_number":"385-697-2599","email_id":"Vernie.Bruen69@gmail.com","dop":"2025-04-06","serial_number":"12546814206423396","imei1":"12546814206423396","imei2":"12546814206423396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186469,"job_number":"JOB_186469","tr_customer_id":186487,"tr_customer_product_id":186477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:56.000Z","modified_at":"2026-02-14T14:33:56.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"11162387688954","imei1":"11162387688954","imei2":"11162387688954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186471,"job_number":"JOB_186471","tr_customer_id":186489,"tr_customer_product_id":186479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:57.000Z","modified_at":"2026-02-14T14:33:57.000Z","name":"Doyle Bahringer","mobile_number":"269-294-5694","email_id":"Jeramie.Thiel58@gmail.com","dop":"2025-04-06","serial_number":"10033629947059810","imei1":"10033629947059810","imei2":"10033629947059810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186472,"job_number":"JOB_186472","tr_customer_id":186490,"tr_customer_product_id":186480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:34:41.000Z","modified_at":"2026-02-14T14:34:41.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"13156970382104","imei1":"13156970382104","imei2":"13156970382104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186474,"job_number":"JOB_186474","tr_customer_id":186492,"tr_customer_product_id":186482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:34:43.000Z","modified_at":"2026-02-14T14:34:43.000Z","name":"Alexzander Paucek","mobile_number":"907-258-8895","email_id":"Stewart_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"11355352439291638","imei1":"11355352439291638","imei2":"11355352439291638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186475,"job_number":"JOB_186475","tr_customer_id":186493,"tr_customer_product_id":186483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:04.000Z","modified_at":"2026-02-14T14:35:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14902896502161","imei1":"14902896502161","imei2":"14902896502161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186477,"job_number":"JOB_186477","tr_customer_id":186495,"tr_customer_product_id":186485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:06.000Z","modified_at":"2026-02-14T14:35:06.000Z","name":"Camron Fadel","mobile_number":"310-659-3063","email_id":"Pasquale.Koepp@yahoo.com","dop":"2025-04-06","serial_number":"19742011936462000","imei1":"19742011936462000","imei2":"19742011936462000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186480,"job_number":"JOB_186480","tr_customer_id":186498,"tr_customer_product_id":186488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:10.000Z","modified_at":"2026-02-14T14:35:10.000Z","name":"Caden Mills","mobile_number":"928-989-4723","email_id":"Derrick.OKeefe@yahoo.com","dop":"2025-04-06","serial_number":"10940712456489332","imei1":"10940712456489332","imei2":"10940712456489332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186481,"job_number":"JOB_186481","tr_customer_id":186499,"tr_customer_product_id":186489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:13.000Z","modified_at":"2026-02-14T14:35:13.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"19766342416920","imei1":"19766342416920","imei2":"19766342416920","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186483,"job_number":"JOB_186483","tr_customer_id":186501,"tr_customer_product_id":186491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:15.000Z","modified_at":"2026-02-14T14:35:15.000Z","name":"Jaime Block","mobile_number":"981-320-5166","email_id":"Erick.Gaylord@hotmail.com","dop":"2026-01-04","serial_number":"39622555010259900","imei1":"39622555010259900","imei2":"39622555010259900","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186485,"job_number":"JOB_186485","tr_customer_id":186503,"tr_customer_product_id":186493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:26.000Z","modified_at":"2026-02-14T14:35:26.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18771245724599","imei1":"18771245724599","imei2":"18771245724599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186487,"job_number":"JOB_186487","tr_customer_id":186505,"tr_customer_product_id":186495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:28.000Z","modified_at":"2026-02-14T14:35:28.000Z","name":"Aric Hodkiewicz","mobile_number":"493-698-7826","email_id":"Lauriane_Wehner@gmail.com","dop":"2025-04-06","serial_number":"12434434587421426","imei1":"12434434587421426","imei2":"12434434587421426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186489,"job_number":"JOB_186489","tr_customer_id":186507,"tr_customer_product_id":186497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:52.000Z","modified_at":"2026-02-14T14:35:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11069315748839","imei1":"11069315748839","imei2":"11069315748839","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186491,"job_number":"JOB_186491","tr_customer_id":186509,"tr_customer_product_id":186499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:54.000Z","modified_at":"2026-02-14T14:35:54.000Z","name":"Alf Conroy","mobile_number":"844-958-0364","email_id":"Ward.Cummerata@gmail.com","dop":"2025-04-06","serial_number":"10105688387095444","imei1":"10105688387095444","imei2":"10105688387095444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186492,"job_number":"JOB_186492","tr_customer_id":186510,"tr_customer_product_id":186500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:56.000Z","modified_at":"2026-02-14T14:35:57.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"15293840962751","imei1":"15293840962751","imei2":"15293840962751","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186494,"job_number":"JOB_186494","tr_customer_id":186512,"tr_customer_product_id":186502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:39.000Z","modified_at":"2026-02-14T14:36:39.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"17352628292670","imei1":"17352628292670","imei2":"17352628292670","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186495,"job_number":"JOB_186495","tr_customer_id":186513,"tr_customer_product_id":186503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:39.000Z","modified_at":"2026-02-14T14:36:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16735480088236","imei1":"16735480088236","imei2":"16735480088236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186498,"job_number":"JOB_186498","tr_customer_id":186516,"tr_customer_product_id":186506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:40.000Z","modified_at":"2026-02-14T14:36:40.000Z","name":"Sam Koss","mobile_number":"935-677-0921","email_id":"Kay41@yahoo.com","dop":"2026-01-04","serial_number":"43498375317847610","imei1":"43498375317847610","imei2":"43498375317847610","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186499,"job_number":"JOB_186499","tr_customer_id":186517,"tr_customer_product_id":186507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:41.000Z","modified_at":"2026-02-14T14:36:41.000Z","name":"Isabell Hamill","mobile_number":"452-650-4319","email_id":"Jammie.Runolfsdottir15@yahoo.com","dop":"2025-04-06","serial_number":"17811317349646252","imei1":"17811317349646252","imei2":"17811317349646252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186500,"job_number":"JOB_186500","tr_customer_id":186518,"tr_customer_product_id":186508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:44:33.000Z","modified_at":"2026-02-14T14:44:33.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17035674235592","imei1":"17035674235592","imei2":"17035674235592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186502,"job_number":"JOB_186502","tr_customer_id":186520,"tr_customer_product_id":186510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:44:34.000Z","modified_at":"2026-02-14T14:44:34.000Z","name":"Tamara Little","mobile_number":"398-874-1655","email_id":"Zula.Nolan47@yahoo.com","dop":"2026-01-04","serial_number":"46538805077431620","imei1":"46538805077431620","imei2":"46538805077431620","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:44:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186503,"job_number":"JOB_186503","tr_customer_id":186521,"tr_customer_product_id":186511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:45:16.000Z","modified_at":"2026-02-14T14:45:16.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13305958194408","imei1":"13305958194408","imei2":"13305958194408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186505,"job_number":"JOB_186505","tr_customer_id":186523,"tr_customer_product_id":186513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:45:17.000Z","modified_at":"2026-02-14T14:45:17.000Z","name":"Amelia Padberg","mobile_number":"736-511-8612","email_id":"Lucius.Hartmann@gmail.com","dop":"2026-01-04","serial_number":"38130249957274424","imei1":"38130249957274424","imei2":"38130249957274424","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186506,"job_number":"JOB_186506","tr_customer_id":186524,"tr_customer_product_id":186514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:45:59.000Z","modified_at":"2026-02-14T14:45:59.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"17458523370898","imei1":"17458523370898","imei2":"17458523370898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:45:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186508,"job_number":"JOB_186508","tr_customer_id":186526,"tr_customer_product_id":186516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:46:00.000Z","modified_at":"2026-02-14T14:46:00.000Z","name":"Zachariah Pacocha","mobile_number":"423-226-9093","email_id":"Sadye_Heller@hotmail.com","dop":"2026-01-04","serial_number":"72729611767500270","imei1":"72729611767500270","imei2":"72729611767500270","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186509,"job_number":"JOB_186509","tr_customer_id":186527,"tr_customer_product_id":186517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:51:54.000Z","modified_at":"2026-02-14T14:51:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17533620005446","imei1":"17533620005446","imei2":"17533620005446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186511,"job_number":"JOB_186511","tr_customer_id":186529,"tr_customer_product_id":186519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:51:56.000Z","modified_at":"2026-02-14T14:51:56.000Z","name":"Giovanna Streich","mobile_number":"788-201-5955","email_id":"Emmanuel.Rutherford32@gmail.com","dop":"2025-04-06","serial_number":"19746684652007144","imei1":"19746684652007144","imei2":"19746684652007144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186512,"job_number":"JOB_186512","tr_customer_id":186530,"tr_customer_product_id":186520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:52:38.000Z","modified_at":"2026-02-14T14:52:38.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11192977178751","imei1":"11192977178751","imei2":"11192977178751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186514,"job_number":"JOB_186514","tr_customer_id":186532,"tr_customer_product_id":186522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:52:40.000Z","modified_at":"2026-02-14T14:52:40.000Z","name":"Elenora Schamberger","mobile_number":"228-796-4765","email_id":"Isac.DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13398897798626508","imei1":"13398897798626508","imei2":"13398897798626508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186517,"job_number":"JOB_186517","tr_customer_id":186535,"tr_customer_product_id":186525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:09:21.000Z","modified_at":"2026-02-14T15:09:21.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"16378584977550","imei1":"16378584977550","imei2":"16378584977550","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186519,"job_number":"JOB_186519","tr_customer_id":186537,"tr_customer_product_id":186527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:09:22.000Z","modified_at":"2026-02-14T15:09:22.000Z","name":"Hester Heller","mobile_number":"458-417-9227","email_id":"Myles_Veum49@yahoo.com","dop":"2026-01-04","serial_number":"75141566123710980","imei1":"75141566123710980","imei2":"75141566123710980","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:09:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186520,"job_number":"JOB_186520","tr_customer_id":186538,"tr_customer_product_id":186528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:06.000Z","modified_at":"2026-02-14T15:10:06.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13933627186021","imei1":"13933627186021","imei2":"13933627186021","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186522,"job_number":"JOB_186522","tr_customer_id":186540,"tr_customer_product_id":186530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:08.000Z","modified_at":"2026-02-14T15:10:08.000Z","name":"Agnes Abshire","mobile_number":"958-755-3170","email_id":"Spencer_Kozey@gmail.com","dop":"2026-01-04","serial_number":"86962986461421550","imei1":"86962986461421550","imei2":"86962986461421550","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186523,"job_number":"JOB_186523","tr_customer_id":186541,"tr_customer_product_id":186531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:51.000Z","modified_at":"2026-02-14T15:10:51.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"15957844040134","imei1":"15957844040134","imei2":"15957844040134","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186525,"job_number":"JOB_186525","tr_customer_id":186543,"tr_customer_product_id":186533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:52.000Z","modified_at":"2026-02-14T15:10:52.000Z","name":"Edgardo Senger","mobile_number":"307-815-5897","email_id":"Clifford_Mueller@hotmail.com","dop":"2026-01-04","serial_number":"90829009765734300","imei1":"90829009765734300","imei2":"90829009765734300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186526,"job_number":"JOB_186526","tr_customer_id":186544,"tr_customer_product_id":186534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:27:09.000Z","modified_at":"2026-02-14T15:27:09.000Z","name":"Arya Sharma","mobile_number":"8925857387","email_id":"arya.sharma@gmail.com","dop":"2026-02-13","serial_number":"89735689765434","imei1":"89735689765434","imei2":"89735689765434","popurl":"2026-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186527,"job_number":"JOB_186527","tr_customer_id":186545,"tr_customer_product_id":186535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:36:54.000Z","modified_at":"2026-02-14T15:36:54.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-02-04","serial_number":"43247707147662","imei1":"43247707147662","imei2":"43247707147662","popurl":"2026-02-04T15:36:52.627929300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186532,"job_number":"JOB_186532","tr_customer_id":186550,"tr_customer_product_id":186540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:41:42.000Z","modified_at":"2026-02-14T15:41:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-02-04","serial_number":"43247707147262","imei1":"43247707147262","imei2":"43247707147262","popurl":"2026-02-04T15:41:41.164107600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186534,"job_number":"JOB_186534","tr_customer_id":186552,"tr_customer_product_id":186542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:45:31.000Z","modified_at":"2026-02-14T15:45:31.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100235314124702","imei1":"100235314124702","imei2":"100235314124702","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:45:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186536,"job_number":"JOB_186536","tr_customer_id":186554,"tr_customer_product_id":186544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:45:44.000Z","modified_at":"2026-02-14T15:45:44.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105449759912589","imei1":"105449759912589","imei2":"105449759912589","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:45:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186538,"job_number":"JOB_186538","tr_customer_id":186556,"tr_customer_product_id":186546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:48:30.000Z","modified_at":"2026-02-14T15:48:30.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-02-14","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-02-14T15:48:29.052Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186539,"job_number":"JOB_186539","tr_customer_id":186557,"tr_customer_product_id":186547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:03:37.000Z","modified_at":"2026-02-14T16:03:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16824179205424","imei1":"16824179205424","imei2":"16824179205424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186541,"job_number":"JOB_186541","tr_customer_id":186559,"tr_customer_product_id":186549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:03:38.000Z","modified_at":"2026-02-14T16:03:38.000Z","name":"Dixie Schoen","mobile_number":"566-746-0995","email_id":"Cristobal_Lubowitz@hotmail.com","dop":"2025-04-06","serial_number":"10031689925190900","imei1":"10031689925190900","imei2":"10031689925190900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186542,"job_number":"JOB_186542","tr_customer_id":186560,"tr_customer_product_id":186550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:07.000Z","modified_at":"2026-02-14T16:04:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12828651970761","imei1":"12828651970761","imei2":"12828651970761","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186544,"job_number":"JOB_186544","tr_customer_id":186562,"tr_customer_product_id":186552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:08.000Z","modified_at":"2026-02-14T16:04:08.000Z","name":"Wallace Ziemann","mobile_number":"902-799-7851","email_id":"Russel_Howe@hotmail.com","dop":"2025-04-06","serial_number":"12136271642341160","imei1":"12136271642341160","imei2":"12136271642341160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186545,"job_number":"JOB_186545","tr_customer_id":186563,"tr_customer_product_id":186553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:38.000Z","modified_at":"2026-02-14T16:04:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13723554466484","imei1":"13723554466484","imei2":"13723554466484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186547,"job_number":"JOB_186547","tr_customer_id":186565,"tr_customer_product_id":186555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:39.000Z","modified_at":"2026-02-14T16:04:39.000Z","name":"Damaris Jakubowski","mobile_number":"377-811-0182","email_id":"Eva.Rosenbaum39@yahoo.com","dop":"2025-04-06","serial_number":"11747961833221202","imei1":"11747961833221202","imei2":"11747961833221202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186548,"job_number":"JOB_186548","tr_customer_id":186566,"tr_customer_product_id":186556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:11:51.000Z","modified_at":"2026-02-14T16:11:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14498641211462","imei1":"14498641211462","imei2":"14498641211462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:11:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186550,"job_number":"JOB_186550","tr_customer_id":186568,"tr_customer_product_id":186558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:11:52.000Z","modified_at":"2026-02-14T16:11:52.000Z","name":"Yvonne Haley","mobile_number":"862-233-9866","email_id":"Jerrod_OConner@gmail.com","dop":"2025-04-06","serial_number":"14958927395460564","imei1":"14958927395460564","imei2":"14958927395460564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186551,"job_number":"JOB_186551","tr_customer_id":186569,"tr_customer_product_id":186559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:18.000Z","modified_at":"2026-02-14T16:12:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17035794447545","imei1":"17035794447545","imei2":"17035794447545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186553,"job_number":"JOB_186553","tr_customer_id":186571,"tr_customer_product_id":186561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:18.000Z","modified_at":"2026-02-14T16:12:18.000Z","name":"Durward Ankunding","mobile_number":"662-584-3254","email_id":"Edgardo24@yahoo.com","dop":"2025-04-06","serial_number":"15541089944688176","imei1":"15541089944688176","imei2":"15541089944688176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186554,"job_number":"JOB_186554","tr_customer_id":186572,"tr_customer_product_id":186562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:45.000Z","modified_at":"2026-02-14T16:12:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18351917709271","imei1":"18351917709271","imei2":"18351917709271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186556,"job_number":"JOB_186556","tr_customer_id":186574,"tr_customer_product_id":186564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:46.000Z","modified_at":"2026-02-14T16:12:46.000Z","name":"Althea Larson","mobile_number":"293-693-7079","email_id":"Mallie_Kling8@yahoo.com","dop":"2025-04-06","serial_number":"15430761402611404","imei1":"15430761402611404","imei2":"15430761402611404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186557,"job_number":"JOB_186557","tr_customer_id":186575,"tr_customer_product_id":186565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:22:12.000Z","modified_at":"2026-02-14T16:22:12.000Z","name":"Ram Sharma","mobile_number":"9161759333","email_id":"psagra13@gmail.com","dop":"2026-02-06","serial_number":"23456781801705","imei1":"23456799101805","imei2":"23456689101105","popurl":"2026-02-06T16:22:06.185742800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186558,"job_number":"JOB_186558","tr_customer_id":186576,"tr_customer_product_id":186566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:11.000Z","modified_at":"2026-02-14T16:37:11.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17627400456568","imei1":"17627400456568","imei2":"17627400456568","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186560,"job_number":"JOB_186560","tr_customer_id":186578,"tr_customer_product_id":186568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:13.000Z","modified_at":"2026-02-14T16:37:13.000Z","name":"Abner Stoltenberg","mobile_number":"434-586-4848","email_id":"Crawford63@yahoo.com","dop":"2026-01-04","serial_number":"88333206087083580","imei1":"88333206087083580","imei2":"88333206087083580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186561,"job_number":"JOB_186561","tr_customer_id":186579,"tr_customer_product_id":186569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:58.000Z","modified_at":"2026-02-14T16:37:58.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13724934292916","imei1":"13724934292916","imei2":"13724934292916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186563,"job_number":"JOB_186563","tr_customer_id":186581,"tr_customer_product_id":186571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:59.000Z","modified_at":"2026-02-14T16:37:59.000Z","name":"Raphael Luettgen","mobile_number":"200-563-8307","email_id":"Haylie_Veum@yahoo.com","dop":"2026-01-04","serial_number":"27585526932556660","imei1":"27585526932556660","imei2":"27585526932556660","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186564,"job_number":"JOB_186564","tr_customer_id":186582,"tr_customer_product_id":186572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:38:44.000Z","modified_at":"2026-02-14T16:38:44.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"10776963977938","imei1":"10776963977938","imei2":"10776963977938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186566,"job_number":"JOB_186566","tr_customer_id":186584,"tr_customer_product_id":186574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:38:45.000Z","modified_at":"2026-02-14T16:38:45.000Z","name":"Stella Schroeder","mobile_number":"842-363-7189","email_id":"Nathanael.Larson@yahoo.com","dop":"2026-01-04","serial_number":"63840359487846690","imei1":"63840359487846690","imei2":"63840359487846690","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186567,"job_number":"JOB_186567","tr_customer_id":186585,"tr_customer_product_id":186575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:40:31.000Z","modified_at":"2026-02-14T16:40:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16628221364459","imei1":"16628221364459","imei2":"16628221364459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186569,"job_number":"JOB_186569","tr_customer_id":186587,"tr_customer_product_id":186577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:40:32.000Z","modified_at":"2026-02-14T16:40:32.000Z","name":"Lenny Jaskolski","mobile_number":"285-400-5591","email_id":"Nellie42@gmail.com","dop":"2025-04-06","serial_number":"13259639120472336","imei1":"13259639120472336","imei2":"13259639120472336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186570,"job_number":"JOB_186570","tr_customer_id":186588,"tr_customer_product_id":186578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:06.000Z","modified_at":"2026-02-14T16:41:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16144219985150","imei1":"16144219985150","imei2":"16144219985150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186572,"job_number":"JOB_186572","tr_customer_id":186590,"tr_customer_product_id":186580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:07.000Z","modified_at":"2026-02-14T16:41:07.000Z","name":"Cecil McDermott","mobile_number":"374-382-3333","email_id":"Rafaela_Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"19368827632641024","imei1":"19368827632641024","imei2":"19368827632641024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186573,"job_number":"JOB_186573","tr_customer_id":186591,"tr_customer_product_id":186581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:40.000Z","modified_at":"2026-02-14T16:41:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19603665744067","imei1":"19603665744067","imei2":"19603665744067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186575,"job_number":"JOB_186575","tr_customer_id":186593,"tr_customer_product_id":186583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:42.000Z","modified_at":"2026-02-14T16:41:42.000Z","name":"Derick Medhurst","mobile_number":"431-281-4979","email_id":"Jacinthe.Hansen71@gmail.com","dop":"2025-04-06","serial_number":"16130986134650278","imei1":"16130986134650278","imei2":"16130986134650278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186576,"job_number":"JOB_186576","tr_customer_id":186594,"tr_customer_product_id":186584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:53:21.000Z","modified_at":"2026-02-14T16:53:21.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-02-04","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-02-04T16:53:21.327505202Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186577,"job_number":"JOB_186577","tr_customer_id":186595,"tr_customer_product_id":186585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:38.000Z","modified_at":"2026-02-14T16:55:38.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-02-04","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-02-04T16:55:37.874685881Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186578,"job_number":"JOB_186578","tr_customer_id":186596,"tr_customer_product_id":186586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:49.000Z","modified_at":"2026-02-14T16:55:49.000Z","name":"Nikhil Hulke","mobile_number":"8390276733","email_id":"nik7hulke@gmail.com","dop":"2026-02-04","serial_number":"12510855381228","imei1":"12510855381228","imei2":"12510855381228","popurl":"2026-02-04T16:55:48.888113856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186579,"job_number":"JOB_186579","tr_customer_id":186597,"tr_customer_product_id":186587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:54.000Z","modified_at":"2026-02-14T16:55:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-02-04","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-02-04T16:55:54.317111965Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186580,"job_number":"JOB_186580","tr_customer_id":186598,"tr_customer_product_id":186588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:55.000Z","modified_at":"2026-02-14T16:55:55.000Z","name":"Chitrangada Kaniyar","mobile_number":"7046241426","email_id":"anandamayi.bhattacharya@yahoo.co.in","dop":"2026-02-04","serial_number":"537105496882451","imei1":"537105496882451","imei2":"537105496882451","popurl":"www.balachandra-jha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186581,"job_number":"JOB_186581","tr_customer_id":186599,"tr_customer_product_id":186589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:56.000Z","modified_at":"2026-02-14T16:55:56.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-02-04","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-02-04T16:55:55.696387468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186582,"job_number":"JOB_186582","tr_customer_id":186600,"tr_customer_product_id":186590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:56.000Z","modified_at":"2026-02-14T16:55:56.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-02-04","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-02-04T16:55:56.262922449Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186583,"job_number":"JOB_186583","tr_customer_id":186601,"tr_customer_product_id":186591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:04.000Z","modified_at":"2026-02-14T16:57:04.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-02-04","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-02-04T16:57:04.003387129Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186584,"job_number":"JOB_186584","tr_customer_id":186602,"tr_customer_product_id":186592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:16.000Z","modified_at":"2026-02-14T16:57:16.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-02-04","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-02-04T16:57:15.976391492Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186585,"job_number":"JOB_186585","tr_customer_id":186603,"tr_customer_product_id":186593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:19.000Z","modified_at":"2026-02-14T16:57:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-02-04","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-02-04T16:57:19.478366036Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186586,"job_number":"JOB_186586","tr_customer_id":186604,"tr_customer_product_id":186594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:22.000Z","modified_at":"2026-02-14T16:57:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-02-04","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-02-04T16:57:21.874004725Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186587,"job_number":"JOB_186587","tr_customer_id":186605,"tr_customer_product_id":186595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:00:54.000Z","modified_at":"2026-02-14T17:00:54.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-04","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-02-04T17:00:53.871751805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186588,"job_number":"JOB_186588","tr_customer_id":186606,"tr_customer_product_id":186596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:25.000Z","modified_at":"2026-02-14T17:18:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17094843241599","imei1":"17094843241599","imei2":"17094843241599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186590,"job_number":"JOB_186590","tr_customer_id":186608,"tr_customer_product_id":186598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:26.000Z","modified_at":"2026-02-14T17:18:26.000Z","name":"Nickolas Gleichner","mobile_number":"454-887-8985","email_id":"Prudence.Gleichner21@hotmail.com","dop":"2025-04-06","serial_number":"16476885566110746","imei1":"16476885566110746","imei2":"16476885566110746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186591,"job_number":"JOB_186591","tr_customer_id":186609,"tr_customer_product_id":186599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:55.000Z","modified_at":"2026-02-14T17:18:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12130893119151","imei1":"12130893119151","imei2":"12130893119151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186593,"job_number":"JOB_186593","tr_customer_id":186611,"tr_customer_product_id":186601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:56.000Z","modified_at":"2026-02-14T17:18:56.000Z","name":"Mable Corkery","mobile_number":"822-318-9269","email_id":"Avis_Gerhold56@gmail.com","dop":"2025-04-06","serial_number":"13460518066499608","imei1":"13460518066499608","imei2":"13460518066499608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186594,"job_number":"JOB_186594","tr_customer_id":186612,"tr_customer_product_id":186602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:19:27.000Z","modified_at":"2026-02-14T17:19:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11305734432005","imei1":"11305734432005","imei2":"11305734432005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186596,"job_number":"JOB_186596","tr_customer_id":186614,"tr_customer_product_id":186604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:19:28.000Z","modified_at":"2026-02-14T17:19:29.000Z","name":"Jasper Goldner","mobile_number":"355-667-0941","email_id":"Al.McGlynn90@yahoo.com","dop":"2025-04-06","serial_number":"13301371990997898","imei1":"13301371990997898","imei2":"13301371990997898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186597,"job_number":"JOB_186597","tr_customer_id":186615,"tr_customer_product_id":186605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:01.000Z","modified_at":"2026-02-14T17:25:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19715956193875","imei1":"19715956193875","imei2":"19715956193875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186599,"job_number":"JOB_186599","tr_customer_id":186617,"tr_customer_product_id":186607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:02.000Z","modified_at":"2026-02-14T17:25:02.000Z","name":"Adeline Mills","mobile_number":"621-626-9216","email_id":"Yvonne89@yahoo.com","dop":"2025-04-06","serial_number":"19362938018547160","imei1":"19362938018547160","imei2":"19362938018547160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186600,"job_number":"JOB_186600","tr_customer_id":186618,"tr_customer_product_id":186608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:46.000Z","modified_at":"2026-02-14T17:25:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10484960031013","imei1":"10484960031013","imei2":"10484960031013","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186602,"job_number":"JOB_186602","tr_customer_id":186620,"tr_customer_product_id":186610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:48.000Z","modified_at":"2026-02-14T17:25:48.000Z","name":"Lesly Keeling","mobile_number":"214-774-0503","email_id":"Solon.Cremin@yahoo.com","dop":"2025-04-06","serial_number":"15549388211076464","imei1":"15549388211076464","imei2":"15549388211076464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186603,"job_number":"JOB_186603","tr_customer_id":186621,"tr_customer_product_id":186611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:26:31.000Z","modified_at":"2026-02-14T17:26:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14536127853362","imei1":"14536127853362","imei2":"14536127853362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186605,"job_number":"JOB_186605","tr_customer_id":186623,"tr_customer_product_id":186613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:26:33.000Z","modified_at":"2026-02-14T17:26:33.000Z","name":"Corbin Thiel","mobile_number":"951-956-8603","email_id":"Lolita62@yahoo.com","dop":"2025-04-06","serial_number":"10055209043894298","imei1":"10055209043894298","imei2":"10055209043894298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186610,"job_number":"JOB_186610","tr_customer_id":186628,"tr_customer_product_id":186618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:49:19.000Z","modified_at":"2026-02-14T17:49:19.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-02-04","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-02-04T17:49:19.055308849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186611,"job_number":"JOB_186611","tr_customer_id":186629,"tr_customer_product_id":186619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:13.000Z","modified_at":"2026-02-14T17:50:13.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-02-04","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-02-04T17:50:12.848836823Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186612,"job_number":"JOB_186612","tr_customer_id":186630,"tr_customer_product_id":186620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:16.000Z","modified_at":"2026-02-14T17:50:16.000Z","name":"Manasi Avachat","mobile_number":"9767145100","email_id":"manasiavachat14@gmail.com","dop":"2026-02-04","serial_number":"88118034553133","imei1":"88118034553133","imei2":"88118034553133","popurl":"2026-02-04T17:50:16.080107785Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186613,"job_number":"JOB_186613","tr_customer_id":186631,"tr_customer_product_id":186621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:22.000Z","modified_at":"2026-02-14T17:50:22.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-02-04","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-02-04T17:50:21.923383788Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186614,"job_number":"JOB_186614","tr_customer_id":186632,"tr_customer_product_id":186622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:37.000Z","modified_at":"2026-02-14T17:50:37.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-02-04","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-02-04T17:50:36.552744914Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186615,"job_number":"JOB_186615","tr_customer_id":186633,"tr_customer_product_id":186623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:38.000Z","modified_at":"2026-02-14T17:50:38.000Z","name":"Bhupati Bandopadhyay","mobile_number":"7007750620","email_id":"paramartha.sinha@hotmail.com","dop":"2026-02-04","serial_number":"516327748925770","imei1":"516327748925770","imei2":"516327748925770","popurl":"www.lakshmidhar-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186616,"job_number":"JOB_186616","tr_customer_id":186634,"tr_customer_product_id":186624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:46.000Z","modified_at":"2026-02-14T17:50:46.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-02-04","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-02-04T17:50:45.445650899Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186617,"job_number":"JOB_186617","tr_customer_id":186635,"tr_customer_product_id":186625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:55.000Z","modified_at":"2026-02-14T17:50:55.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-02-04","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-02-04T17:50:54.751929999Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186618,"job_number":"JOB_186618","tr_customer_id":186636,"tr_customer_product_id":186626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:51:02.000Z","modified_at":"2026-02-14T17:51:02.000Z","name":"Deveshwar Jha","mobile_number":"7026553535","email_id":"gaurang.ahuja@gmail.com","dop":"2026-02-04","serial_number":"546773743745541","imei1":"546773743745541","imei2":"546773743745541","popurl":"www.shashi-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186619,"job_number":"JOB_186619","tr_customer_id":186637,"tr_customer_product_id":186627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:51:21.000Z","modified_at":"2026-02-14T17:51:21.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-02-04","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-02-04T17:51:20.668254419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186620,"job_number":"JOB_186620","tr_customer_id":186638,"tr_customer_product_id":186628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:52:04.000Z","modified_at":"2026-02-14T17:52:04.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-02-04","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-02-04T17:52:03.631892773Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186622,"job_number":"JOB_186622","tr_customer_id":186640,"tr_customer_product_id":186630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:52:29.000Z","modified_at":"2026-02-14T17:52:29.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-02-04","serial_number":"27700110461111","imei1":"27700110461111","imei2":"27700110461111","popurl":"2026-02-04T17:52:29.029953099Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186623,"job_number":"JOB_186623","tr_customer_id":186641,"tr_customer_product_id":186631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:37:55.000Z","modified_at":"2026-02-14T18:37:55.000Z","name":"Ram Sharma","mobile_number":"9161759333","email_id":"psagra13@gmail.com","dop":"2026-02-06","serial_number":"23456781801708","imei1":"23456799101808","imei2":"23456689101108","popurl":"2026-02-06T18:37:53.854696100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186624,"job_number":"JOB_186624","tr_customer_id":186642,"tr_customer_product_id":186632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:58:19.000Z","modified_at":"2026-02-14T18:58:19.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-02-04","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-02-04T18:58:18.729145361Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186625,"job_number":"JOB_186625","tr_customer_id":186643,"tr_customer_product_id":186633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:59:45.000Z","modified_at":"2026-02-14T18:59:45.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-02-13","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-02-13T18:59:44.599176189Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186626,"job_number":"JOB_186626","tr_customer_id":186644,"tr_customer_product_id":186634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:59:49.000Z","modified_at":"2026-02-14T18:59:49.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-02-04","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-02-04T18:59:48.618480353Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186627,"job_number":"JOB_186627","tr_customer_id":186645,"tr_customer_product_id":186635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:59:49.000Z","modified_at":"2026-02-14T18:59:49.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-02-04","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-02-04T18:59:49.177898568Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186628,"job_number":"JOB_186628","tr_customer_id":186646,"tr_customer_product_id":186636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:44.000Z","modified_at":"2026-02-14T19:00:44.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-02-04","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-02-04T19:00:43.936187101Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186629,"job_number":"JOB_186629","tr_customer_id":186647,"tr_customer_product_id":186637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:48.000Z","modified_at":"2026-02-14T19:00:48.000Z","name":"Budhil Kaur","mobile_number":"7080361164","email_id":"anjushree.tagore@hotmail.com","dop":"2026-02-04","serial_number":"225485457010568","imei1":"225485457010568","imei2":"225485457010568","popurl":"www.dwaipayan-chattopadhyay.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186631,"job_number":"JOB_186631","tr_customer_id":186649,"tr_customer_product_id":186639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:57.000Z","modified_at":"2026-02-14T19:00:57.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-02-04","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-02-04T19:00:56.957740916Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186632,"job_number":"JOB_186632","tr_customer_id":186650,"tr_customer_product_id":186640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:01:18.000Z","modified_at":"2026-02-14T19:01:18.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-02-09","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-02-09T19:01:18.045592724Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186633,"job_number":"JOB_186633","tr_customer_id":186651,"tr_customer_product_id":186641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:01:50.000Z","modified_at":"2026-02-14T19:01:50.000Z","name":"Bhadraksh Johar","mobile_number":"7077085714","email_id":"manik.nehru@hotmail.com","dop":"2026-02-04","serial_number":"394364441030594","imei1":"394364441030594","imei2":"394364441030594","popurl":"www.ashok-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186635,"job_number":"JOB_186635","tr_customer_id":186653,"tr_customer_product_id":186643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:33:18.000Z","modified_at":"2026-02-14T19:33:18.000Z","name":"Sadye Keeling","mobile_number":"903-839-8698","email_id":"Mitchell.Konopelski@yahoo.com","dop":"2025-04-06","serial_number":"11055313999125592","imei1":"11055313999125592","imei2":"11055313999125592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186636,"job_number":"JOB_186636","tr_customer_id":186654,"tr_customer_product_id":186644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:44:07.000Z","modified_at":"2026-02-14T19:44:07.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-02-04","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-02-04T19:44:07.340503451Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186637,"job_number":"JOB_186637","tr_customer_id":186655,"tr_customer_product_id":186645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T23:44:07.000Z","modified_at":"2026-02-14T23:44:07.000Z","name":"Adheesh Sethi","mobile_number":"7025345015","email_id":"manikya.bhattacharya@hotmail.com","dop":"2026-02-04","serial_number":"455478393194787","imei1":"455478393194787","imei2":"455478393194787","popurl":"www.goutam-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T23:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186638,"job_number":"JOB_186638","tr_customer_id":186656,"tr_customer_product_id":186646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T00:41:53.000Z","modified_at":"2026-02-15T00:41:53.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"77319011374519","imei1":"77319011374519","imei2":"77319011374519","popurl":"2026-02-05T00:41:50.651576800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T00:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186639,"job_number":"JOB_186639","tr_customer_id":186657,"tr_customer_product_id":186647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T01:54:58.000Z","modified_at":"2026-02-15T01:54:58.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"81119011374519","imei1":"81119011374519","imei2":"81119011374519","popurl":"2026-02-05T01:54:55.551444300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T01:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186641,"job_number":"JOB_186641","tr_customer_id":186659,"tr_customer_product_id":186649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Wyatt Lemke","mobile_number":"666-420-4979","email_id":"Pierre.Mertz47@hotmail.com","dop":"2025-05-30","serial_number":"17042674251553","imei1":"17042674251553","imei2":"17042674251553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186642,"job_number":"JOB_186642","tr_customer_id":186660,"tr_customer_product_id":186650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:57.000Z","modified_at":"2026-02-15T03:25:57.000Z","name":"Ashtyn Wuckert","mobile_number":"566-974-6969","email_id":"Agustina_Wisozk@yahoo.com","dop":"2025-05-30","serial_number":"1314142887980010","imei1":"1314142887980010","imei2":"1314142887980010","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185693,"job_number":"JOB_185693","tr_customer_id":185711,"tr_customer_product_id":185701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:20.000Z","modified_at":"2026-02-14T04:20:20.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Abagail.Mills74@gmail.com","dop":"2025-07-02","serial_number":"16728617980195","imei1":"16728617980195","imei2":"16728617980195","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185707,"job_number":"JOB_185707","tr_customer_id":185725,"tr_customer_product_id":185715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:36.000Z","modified_at":"2026-02-14T04:20:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kathryn_Schiller@yahoo.com","dop":"2025-07-02","serial_number":"15375834206600","imei1":"15375834206600","imei2":"15375834206600","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185725,"job_number":"JOB_185725","tr_customer_id":185743,"tr_customer_product_id":185733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:53.000Z","modified_at":"2026-02-14T04:20:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Lera32@hotmail.com","dop":"2025-07-02","serial_number":"17659809952990","imei1":"17659809952990","imei2":"17659809952990","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185761,"job_number":"JOB_185761","tr_customer_id":185779,"tr_customer_product_id":185769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:36.000Z","modified_at":"2026-02-14T04:21:36.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"103195292702869","imei1":"103195292702869","imei2":"103195292702869","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185762,"job_number":"JOB_185762","tr_customer_id":185780,"tr_customer_product_id":185770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:36.000Z","modified_at":"2026-02-14T04:21:36.000Z","name":"Jay White","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199887683658491","imei1":"199887683658491","imei2":"199887683658491","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185763,"job_number":"JOB_185763","tr_customer_id":185781,"tr_customer_product_id":185771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:36.000Z","modified_at":"2026-02-14T04:21:36.000Z","name":"Forest Crona","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177471121421020","imei1":"177471121421020","imei2":"177471121421020","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185764,"job_number":"JOB_185764","tr_customer_id":185782,"tr_customer_product_id":185772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:37.000Z","modified_at":"2026-02-14T04:21:37.000Z","name":"Roosevelt Wolff","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100918594932881","imei1":"100918594932881","imei2":"100918594932881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185777,"job_number":"JOB_185777","tr_customer_id":185795,"tr_customer_product_id":185785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:47.000Z","modified_at":"2026-02-14T04:21:47.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197781081024667","imei1":"197781081024667","imei2":"197781081024667","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185778,"job_number":"JOB_185778","tr_customer_id":185796,"tr_customer_product_id":185786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:47.000Z","modified_at":"2026-02-14T04:21:47.000Z","name":"Chloe Bruen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140034759093387","imei1":"140034759093387","imei2":"140034759093387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185779,"job_number":"JOB_185779","tr_customer_id":185797,"tr_customer_product_id":185787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:47.000Z","modified_at":"2026-02-14T04:21:47.000Z","name":"Darrin Rowe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142640422854869","imei1":"142640422854869","imei2":"142640422854869","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185780,"job_number":"JOB_185780","tr_customer_id":185798,"tr_customer_product_id":185788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:48.000Z","modified_at":"2026-02-14T04:21:48.000Z","name":"Emelia Bruen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115338910072434","imei1":"115338910072434","imei2":"115338910072434","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185788,"job_number":"JOB_185788","tr_customer_id":185806,"tr_customer_product_id":185796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:53.000Z","modified_at":"2026-02-14T04:21:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12648784282633","imei1":"12648784282633","imei2":"12648784282633","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185801,"job_number":"JOB_185801","tr_customer_id":185819,"tr_customer_product_id":185809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:59.000Z","modified_at":"2026-02-14T04:21:59.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103890097099279","imei1":"103890097099279","imei2":"103890097099279","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185803,"job_number":"JOB_185803","tr_customer_id":185821,"tr_customer_product_id":185811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:59.000Z","modified_at":"2026-02-14T04:21:59.000Z","name":"Zander Champlin","mobile_number":"273-366-7022","email_id":"Hayley_Huel86@yahoo.com","dop":"2025-06-09","serial_number":"106780868069895","imei1":"106780868069895","imei2":"106780868069895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185814,"job_number":"JOB_185814","tr_customer_id":185832,"tr_customer_product_id":185822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:14.000Z","modified_at":"2026-02-14T04:22:14.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105919468949502","imei1":"105919468949502","imei2":"105919468949502","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185816,"job_number":"JOB_185816","tr_customer_id":185834,"tr_customer_product_id":185824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:14.000Z","modified_at":"2026-02-14T04:22:14.000Z","name":"Dessie Hoppe","mobile_number":"229-888-7229","email_id":"Joanne_Deckow34@hotmail.com","dop":"2025-06-09","serial_number":"109110912155009","imei1":"109110912155009","imei2":"109110912155009","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185824,"job_number":"JOB_185824","tr_customer_id":185842,"tr_customer_product_id":185832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:28.000Z","modified_at":"2026-02-14T04:22:28.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107648944558335","imei1":"107648944558335","imei2":"107648944558335","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185826,"job_number":"JOB_185826","tr_customer_id":185844,"tr_customer_product_id":185834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:29.000Z","modified_at":"2026-02-14T04:22:29.000Z","name":"Cyril O'Kon","mobile_number":"770-720-0159","email_id":"Deborah.Daniel80@gmail.com","dop":"2025-06-09","serial_number":"109594185124588","imei1":"109594185124588","imei2":"109594185124588","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185858,"job_number":"JOB_185858","tr_customer_id":185876,"tr_customer_product_id":185866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:24:28.000Z","modified_at":"2026-02-14T04:24:28.000Z","name":"Ram konidela","mobile_number":"6773565356","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"56465654656767","imei1":"56465654656767","imei2":"56465654656767","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:24:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185859,"job_number":"JOB_185859","tr_customer_id":185877,"tr_customer_product_id":185867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:17.000Z","modified_at":"2026-02-14T04:27:17.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"56465654656767","imei1":"56465654656675","imei2":"56465654656675","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185917,"job_number":"JOB_185917","tr_customer_id":185935,"tr_customer_product_id":185925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:26:22.000Z","modified_at":"2026-02-14T06:26:22.000Z","name":"Yashwanth K","mobile_number":"8494995358","email_id":"google1@gmail.com","dop":"2025-10-14","serial_number":"17326682374990","imei1":"17326682374990","imei2":"17326682374990","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185925,"job_number":"JOB_185925","tr_customer_id":185943,"tr_customer_product_id":185933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:40:20.000Z","modified_at":"2026-02-14T06:40:20.000Z","name":"Yashwanth K","mobile_number":"8494995358","email_id":"google1@gmail.com","dop":"2025-10-14","serial_number":"13326682374990","imei1":"13326682374990","imei2":"13326682374990","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185989,"job_number":"JOB_185989","tr_customer_id":186007,"tr_customer_product_id":185997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:01:06.000Z","modified_at":"2026-02-14T08:01:06.000Z","name":"Sid T","mobile_number":"9166881662","email_id":"abc@xyz.com","dop":"2025-12-31","serial_number":"90274950463759","imei1":"90274950463759","imei2":"90274950463759","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186012,"job_number":"JOB_186012","tr_customer_id":186030,"tr_customer_product_id":186020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:37:47.000Z","modified_at":"2026-02-14T08:37:47.000Z","name":"Sid T","mobile_number":"9166881662","email_id":"abc@xyz.com","dop":"2025-12-31","serial_number":"90274950463760","imei1":"90274950463760","imei2":"90274950463760","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186163,"job_number":"JOB_186163","tr_customer_id":186181,"tr_customer_product_id":186171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:41:49.000Z","modified_at":"2026-02-14T11:41:49.000Z","name":"Demario Maggio","mobile_number":"588-819-8466","email_id":"Osvaldo24@yahoo.com","dop":"2025-04-23","serial_number":"13207941850920","imei1":"13207941850920","imei2":"13207941850920","popurl":"2025-04-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186181,"job_number":"JOB_186181","tr_customer_id":186199,"tr_customer_product_id":186189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:44.000Z","modified_at":"2026-02-14T12:28:44.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"78044266256999","imei1":"78044266256999","imei2":"78044266256999","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186182,"job_number":"JOB_186182","tr_customer_id":186200,"tr_customer_product_id":186190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:44.000Z","modified_at":"2026-02-14T12:28:44.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"24805691122254","imei1":"24805691122254","imei2":"24805691122254","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186185,"job_number":"JOB_186185","tr_customer_id":186203,"tr_customer_product_id":186193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:50.000Z","modified_at":"2026-02-14T12:28:50.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"107211614017414","imei1":"107211614017414","imei2":"107211614017414","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186186,"job_number":"JOB_186186","tr_customer_id":186204,"tr_customer_product_id":186194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:50.000Z","modified_at":"2026-02-14T12:28:50.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"80183851687444","imei1":"80183851687444","imei2":"80183851687444","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186189,"job_number":"JOB_186189","tr_customer_id":186207,"tr_customer_product_id":186197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:35.000Z","modified_at":"2026-02-14T12:46:35.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"100898944237311","imei1":"100898944237311","imei2":"100898944237311","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186190,"job_number":"JOB_186190","tr_customer_id":186208,"tr_customer_product_id":186198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:35.000Z","modified_at":"2026-02-14T12:46:35.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"71928834723148","imei1":"71928834723148","imei2":"71928834723148","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186191,"job_number":"JOB_186191","tr_customer_id":186209,"tr_customer_product_id":186199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:40.000Z","modified_at":"2026-02-14T12:46:40.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"102685274270253","imei1":"102685274270253","imei2":"102685274270253","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186192,"job_number":"JOB_186192","tr_customer_id":186210,"tr_customer_product_id":186200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:40.000Z","modified_at":"2026-02-14T12:46:40.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"22415723095995","imei1":"22415723095995","imei2":"22415723095995","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186209,"job_number":"JOB_186209","tr_customer_id":186227,"tr_customer_product_id":186217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:11.000Z","modified_at":"2026-02-14T13:35:11.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"102641273917784","imei1":"102641273917784","imei2":"102641273917784","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186210,"job_number":"JOB_186210","tr_customer_id":186228,"tr_customer_product_id":186218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:11.000Z","modified_at":"2026-02-14T13:35:11.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"91192067564503","imei1":"91192067564503","imei2":"91192067564503","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186211,"job_number":"JOB_186211","tr_customer_id":186229,"tr_customer_product_id":186219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:16.000Z","modified_at":"2026-02-14T13:35:16.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35517493462652","imei1":"35517493462652","imei2":"35517493462652","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186212,"job_number":"JOB_186212","tr_customer_id":186230,"tr_customer_product_id":186220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:17.000Z","modified_at":"2026-02-14T13:35:17.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"80185915079255","imei1":"80185915079255","imei2":"80185915079255","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186218,"job_number":"JOB_186218","tr_customer_id":186236,"tr_customer_product_id":186226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:43:57.000Z","modified_at":"2026-02-14T13:43:57.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"63007674885909","imei1":"63007674885909","imei2":"63007674885909","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186219,"job_number":"JOB_186219","tr_customer_id":186237,"tr_customer_product_id":186227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:43:57.000Z","modified_at":"2026-02-14T13:43:57.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"91099225773518","imei1":"91099225773518","imei2":"91099225773518","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186220,"job_number":"JOB_186220","tr_customer_id":186238,"tr_customer_product_id":186228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:02.000Z","modified_at":"2026-02-14T13:44:02.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"64730208565724","imei1":"64730208565724","imei2":"64730208565724","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186221,"job_number":"JOB_186221","tr_customer_id":186239,"tr_customer_product_id":186229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:02.000Z","modified_at":"2026-02-14T13:44:02.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"51977056428054","imei1":"51977056428054","imei2":"51977056428054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186286,"job_number":"JOB_186286","tr_customer_id":186304,"tr_customer_product_id":186294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:07.000Z","modified_at":"2026-02-14T14:00:07.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"33091782106052","imei1":"33091782106052","imei2":"33091782106052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186287,"job_number":"JOB_186287","tr_customer_id":186305,"tr_customer_product_id":186295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:08.000Z","modified_at":"2026-02-14T14:00:08.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"101631301540987","imei1":"101631301540987","imei2":"101631301540987","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186288,"job_number":"JOB_186288","tr_customer_id":186306,"tr_customer_product_id":186296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:13.000Z","modified_at":"2026-02-14T14:00:13.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"84852967162742","imei1":"84852967162742","imei2":"84852967162742","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186289,"job_number":"JOB_186289","tr_customer_id":186307,"tr_customer_product_id":186297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:13.000Z","modified_at":"2026-02-14T14:00:13.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"86623023487169","imei1":"86623023487169","imei2":"86623023487169","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186305,"job_number":"JOB_186305","tr_customer_id":186323,"tr_customer_product_id":186313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:44.000Z","modified_at":"2026-02-14T14:15:44.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110423024574170","imei1":"110423024574170","imei2":"110423024574170","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186306,"job_number":"JOB_186306","tr_customer_id":186324,"tr_customer_product_id":186314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:45.000Z","modified_at":"2026-02-14T14:15:45.000Z","name":"Annette Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101290520351982","imei1":"101290520351982","imei2":"101290520351982","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186307,"job_number":"JOB_186307","tr_customer_id":186325,"tr_customer_product_id":186315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:45.000Z","modified_at":"2026-02-14T14:15:45.000Z","name":"Alisha Von","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"174996469250700","imei1":"174996469250700","imei2":"174996469250700","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186308,"job_number":"JOB_186308","tr_customer_id":186326,"tr_customer_product_id":186316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:45.000Z","modified_at":"2026-02-14T14:15:45.000Z","name":"Henriette Swift","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"174147057219587","imei1":"174147057219587","imei2":"174147057219587","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186311,"job_number":"JOB_186311","tr_customer_id":186329,"tr_customer_product_id":186319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:57.000Z","modified_at":"2026-02-14T14:15:57.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159013885324827","imei1":"159013885324827","imei2":"159013885324827","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186312,"job_number":"JOB_186312","tr_customer_id":186330,"tr_customer_product_id":186320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:57.000Z","modified_at":"2026-02-14T14:15:57.000Z","name":"Neoma Keebler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108855153165011","imei1":"108855153165011","imei2":"108855153165011","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186314,"job_number":"JOB_186314","tr_customer_id":186332,"tr_customer_product_id":186322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:58.000Z","modified_at":"2026-02-14T14:15:58.000Z","name":"Alayna Jaskolski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"126553485142659","imei1":"126553485142659","imei2":"126553485142659","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186315,"job_number":"JOB_186315","tr_customer_id":186333,"tr_customer_product_id":186323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:58.000Z","modified_at":"2026-02-14T14:15:58.000Z","name":"Gregory Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"161735266270446","imei1":"161735266270446","imei2":"161735266270446","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186375,"job_number":"JOB_186375","tr_customer_id":186393,"tr_customer_product_id":186383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:49.000Z","modified_at":"2026-02-14T14:24:49.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"92145613115132","imei1":"92145613115132","imei2":"92145613115132","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186376,"job_number":"JOB_186376","tr_customer_id":186394,"tr_customer_product_id":186384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:50.000Z","modified_at":"2026-02-14T14:24:50.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"52870336196353","imei1":"52870336196353","imei2":"52870336196353","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186377,"job_number":"JOB_186377","tr_customer_id":186395,"tr_customer_product_id":186385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:55.000Z","modified_at":"2026-02-14T14:24:55.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"104698933829443","imei1":"104698933829443","imei2":"104698933829443","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186378,"job_number":"JOB_186378","tr_customer_id":186396,"tr_customer_product_id":186386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:55.000Z","modified_at":"2026-02-14T14:24:55.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"84331990272468","imei1":"84331990272468","imei2":"84331990272468","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186431,"job_number":"JOB_186431","tr_customer_id":186449,"tr_customer_product_id":186439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:18.000Z","modified_at":"2026-02-14T14:31:18.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"41851119381966","imei1":"41851119381966","imei2":"41851119381966","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186432,"job_number":"JOB_186432","tr_customer_id":186450,"tr_customer_product_id":186440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:18.000Z","modified_at":"2026-02-14T14:31:18.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"82386681489667","imei1":"82386681489667","imei2":"82386681489667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186433,"job_number":"JOB_186433","tr_customer_id":186451,"tr_customer_product_id":186441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:23.000Z","modified_at":"2026-02-14T14:31:23.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"99334759427141","imei1":"99334759427141","imei2":"99334759427141","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186434,"job_number":"JOB_186434","tr_customer_id":186452,"tr_customer_product_id":186442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:23.000Z","modified_at":"2026-02-14T14:31:23.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"80206777238729","imei1":"80206777238729","imei2":"80206777238729","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186444,"job_number":"JOB_186444","tr_customer_id":186462,"tr_customer_product_id":186452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:09.000Z","modified_at":"2026-02-14T14:32:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103602586075936","imei1":"103602586075936","imei2":"103602586075936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186446,"job_number":"JOB_186446","tr_customer_id":186464,"tr_customer_product_id":186454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:10.000Z","modified_at":"2026-02-14T14:32:10.000Z","name":"Thad Gorczany","mobile_number":"833-460-5949","email_id":"Roman48@hotmail.com","dop":"2025-06-09","serial_number":"107322227747724","imei1":"107322227747724","imei2":"107322227747724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186453,"job_number":"JOB_186453","tr_customer_id":186471,"tr_customer_product_id":186461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:25.000Z","modified_at":"2026-02-14T14:32:25.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109630005132681","imei1":"109630005132681","imei2":"109630005132681","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186455,"job_number":"JOB_186455","tr_customer_id":186473,"tr_customer_product_id":186463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:26.000Z","modified_at":"2026-02-14T14:32:26.000Z","name":"Marisa Fahey","mobile_number":"227-214-6476","email_id":"Joaquin54@hotmail.com","dop":"2025-06-09","serial_number":"108765563137347","imei1":"108765563137347","imei2":"108765563137347","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186459,"job_number":"JOB_186459","tr_customer_id":186477,"tr_customer_product_id":186467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:41.000Z","modified_at":"2026-02-14T14:32:41.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100800630697566","imei1":"100800630697566","imei2":"100800630697566","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186461,"job_number":"JOB_186461","tr_customer_id":186479,"tr_customer_product_id":186469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:41.000Z","modified_at":"2026-02-14T14:32:41.000Z","name":"Alek Ortiz","mobile_number":"586-682-6348","email_id":"Lavon.Kemmer86@hotmail.com","dop":"2025-06-09","serial_number":"106681444801500","imei1":"106681444801500","imei2":"106681444801500","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186528,"job_number":"JOB_186528","tr_customer_id":186546,"tr_customer_product_id":186536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:36:55.000Z","modified_at":"2026-02-14T15:36:55.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"169031825294074","imei1":"169031825294074","imei2":"169031825294074","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186529,"job_number":"JOB_186529","tr_customer_id":186547,"tr_customer_product_id":186537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:40:13.000Z","modified_at":"2026-02-14T15:40:13.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"183890366483108","imei1":"183890366483108","imei2":"183890366483108","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186530,"job_number":"JOB_186530","tr_customer_id":186548,"tr_customer_product_id":186538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:40:30.000Z","modified_at":"2026-02-14T15:40:30.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"17471457823338","imei1":"17471457823338","imei2":"17471457823338","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186531,"job_number":"JOB_186531","tr_customer_id":186549,"tr_customer_product_id":186539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:40:51.000Z","modified_at":"2026-02-14T15:40:52.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"124182760615377","imei1":"124182760615377","imei2":"124182760615377","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:40:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186533,"job_number":"JOB_186533","tr_customer_id":186551,"tr_customer_product_id":186541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:43:34.000Z","modified_at":"2026-02-14T15:43:34.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"66264087931320","imei1":"66264087931320","imei2":"66264087931320","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186606,"job_number":"JOB_186606","tr_customer_id":186624,"tr_customer_product_id":186614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:13.000Z","modified_at":"2026-02-14T17:45:13.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"98966493794640","imei1":"98966493794640","imei2":"98966493794640","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186607,"job_number":"JOB_186607","tr_customer_id":186625,"tr_customer_product_id":186615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:14.000Z","modified_at":"2026-02-14T17:45:14.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"28703660086243","imei1":"28703660086243","imei2":"28703660086243","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186608,"job_number":"JOB_186608","tr_customer_id":186626,"tr_customer_product_id":186616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:19.000Z","modified_at":"2026-02-14T17:45:19.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"13968563827280","imei1":"13968563827280","imei2":"13968563827280","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186609,"job_number":"JOB_186609","tr_customer_id":186627,"tr_customer_product_id":186617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:20.000Z","modified_at":"2026-02-14T17:45:20.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"102783908772650","imei1":"102783908772650","imei2":"102783908772650","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186621,"job_number":"JOB_186621","tr_customer_id":186639,"tr_customer_product_id":186629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:52:25.000Z","modified_at":"2026-02-14T17:52:25.000Z","name":"Narendra Singh","mobile_number":"8240750325","email_id":"gandharv.pillai@gmail.com","dop":"2026-02-04","serial_number":"849491750303800","imei1":"345143726000653","imei2":"801607063376682","popurl":"www.mohinder-pothuvaal.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186630,"job_number":"JOB_186630","tr_customer_id":186648,"tr_customer_product_id":186638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:53.000Z","modified_at":"2026-02-14T19:00:53.000Z","name":"Chidananda Kaniyar","mobile_number":"8247492873","email_id":"laxmi.bhattathiri@hotmail.com","dop":"2026-02-04","serial_number":"548543833887869","imei1":"908677084406370","imei2":"480654691388063","popurl":"www.dhanadeepa-kaniyar.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d8fcf695-fae6-4e98-9a7c-52b905a821a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68105,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bd30378c-2eab-4535-93cd-c30ee71a1cd1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 186640,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 389ms
Mean size per request: 685.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjJ9.pvKRJZwGli4b3QJlfNBiR9m6LK7eQQnKXV2eW-U4OkU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a489c0e-2b8f-4ffc-9fdc-5eec19024255
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ab5ab-CzZ27G/EvsRe7rW9lsrtn+ZWx4k"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":185710,"job_number":"JOB_185710","tr_customer_id":185728,"tr_customer_product_id":185718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:40.000Z","modified_at":"2026-02-14T04:20:40.000Z","name":"Nick Prosacco","mobile_number":"698-445-2161","email_id":"Cordelia7@yahoo.com","dop":"2000-01-31","serial_number":"1046558088694823","imei1":"1046558088694823","imei2":"1046558088694823","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185750,"job_number":"JOB_185750","tr_customer_id":185768,"tr_customer_product_id":185758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:22.000Z","modified_at":"2026-02-14T04:21:22.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10699647718594","imei1":"10699647718594","imei2":"10699647718594","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185752,"job_number":"JOB_185752","tr_customer_id":185770,"tr_customer_product_id":185760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:23.000Z","modified_at":"2026-02-14T04:21:23.000Z","name":"Ron Wuckert","mobile_number":"312-623-4005","email_id":"Frida_Murphy@yahoo.com","dop":"2000-01-31","serial_number":"1067373898139205","imei1":"1067373898139205","imei2":"1067373898139205","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185805,"job_number":"JOB_185805","tr_customer_id":185823,"tr_customer_product_id":185813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:04.000Z","modified_at":"2026-02-14T04:22:04.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10538224968942","imei1":"10538224968942","imei2":"10538224968942","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185809,"job_number":"JOB_185809","tr_customer_id":185827,"tr_customer_product_id":185817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:06.000Z","modified_at":"2026-02-14T04:22:06.000Z","name":"Oma Daniel","mobile_number":"945-810-0141","email_id":"Michele41@yahoo.com","dop":"2000-01-31","serial_number":"1002597812471724","imei1":"1002597812471724","imei2":"1002597812471724","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185846,"job_number":"JOB_185846","tr_customer_id":185864,"tr_customer_product_id":185854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:47.000Z","modified_at":"2026-02-14T04:22:47.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10267513825914","imei1":"10267513825914","imei2":"10267513825914","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185848,"job_number":"JOB_185848","tr_customer_id":185866,"tr_customer_product_id":185856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:49.000Z","modified_at":"2026-02-14T04:22:49.000Z","name":"Ardith Hickle","mobile_number":"929-935-6478","email_id":"Edyth91@gmail.com","dop":"2000-01-31","serial_number":"1043360582466527","imei1":"1043360582466527","imei2":"1043360582466527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186354,"job_number":"JOB_186354","tr_customer_id":186372,"tr_customer_product_id":186362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:48.000Z","modified_at":"2026-02-14T14:21:48.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10608187428635","imei1":"10608187428635","imei2":"10608187428635","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186356,"job_number":"JOB_186356","tr_customer_id":186374,"tr_customer_product_id":186364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:50.000Z","modified_at":"2026-02-14T14:21:50.000Z","name":"Arianna Swaniawski","mobile_number":"313-891-4307","email_id":"Uriah_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1031943701763244","imei1":"1031943701763244","imei2":"1031943701763244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186360,"job_number":"JOB_186360","tr_customer_id":186378,"tr_customer_product_id":186368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:30.000Z","modified_at":"2026-02-14T14:22:30.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10223093024099","imei1":"10223093024099","imei2":"10223093024099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186362,"job_number":"JOB_186362","tr_customer_id":186380,"tr_customer_product_id":186370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:31.000Z","modified_at":"2026-02-14T14:22:31.000Z","name":"Etha Ondricka","mobile_number":"824-985-1475","email_id":"Paula_Spinka@yahoo.com","dop":"2000-01-31","serial_number":"1075221956320983","imei1":"1075221956320983","imei2":"1075221956320983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186363,"job_number":"JOB_186363","tr_customer_id":186381,"tr_customer_product_id":186371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:10.000Z","modified_at":"2026-02-14T14:23:10.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10708478411953","imei1":"10708478411953","imei2":"10708478411953","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186365,"job_number":"JOB_186365","tr_customer_id":186383,"tr_customer_product_id":186373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:12.000Z","modified_at":"2026-02-14T14:23:12.000Z","name":"Donna Grimes","mobile_number":"932-891-5251","email_id":"Cullen_Feeney0@yahoo.com","dop":"2000-01-31","serial_number":"1067391463318990","imei1":"1067391463318990","imei2":"1067391463318990","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186366,"job_number":"JOB_186366","tr_customer_id":186384,"tr_customer_product_id":186374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:51.000Z","modified_at":"2026-02-14T14:23:51.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10812868057437","imei1":"10812868057437","imei2":"10812868057437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":186368,"job_number":"JOB_186368","tr_customer_id":186386,"tr_customer_product_id":186376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:23:52.000Z","modified_at":"2026-02-14T14:23:52.000Z","name":"Carolanne Brakus","mobile_number":"666-447-6731","email_id":"Krystel_Schuppe30@hotmail.com","dop":"2000-01-31","serial_number":"1017120137617944","imei1":"1017120137617944","imei2":"1017120137617944","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185648,"job_number":"JOB_185648","tr_customer_id":185666,"tr_customer_product_id":185656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T21:05:24.000Z","modified_at":"2026-02-13T21:05:24.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-08","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-08T21:05:23.828664209Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T21:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185649,"job_number":"JOB_185649","tr_customer_id":185667,"tr_customer_product_id":185657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T22:02:05.000Z","modified_at":"2026-02-13T22:02:05.000Z","name":"Shridhar adhav","mobile_number":"9881654565","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T22:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185651,"job_number":"JOB_185651","tr_customer_id":185669,"tr_customer_product_id":185659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T23:50:11.000Z","modified_at":"2026-02-13T23:50:11.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-02-03T23:50:10.753829937Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185652,"job_number":"JOB_185652","tr_customer_id":185670,"tr_customer_product_id":185660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T23:50:11.000Z","modified_at":"2026-02-13T23:50:11.000Z","name":"Abhirath Chaturvedi","mobile_number":"7099818163","email_id":"chakrika.khanna@yahoo.co.in","dop":"2026-02-03","serial_number":"308173783262379","imei1":"308173783262379","imei2":"308173783262379","popurl":"www.chinmayanand-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185653,"job_number":"JOB_185653","tr_customer_id":185671,"tr_customer_product_id":185661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T23:52:42.000Z","modified_at":"2026-02-13T23:52:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-02-03T23:52:42.036916597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T23:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185655,"job_number":"JOB_185655","tr_customer_id":185673,"tr_customer_product_id":185663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T03:11:47.000Z","modified_at":"2026-02-14T03:11:47.000Z","name":"Boris Friesen","mobile_number":"667-966-6213","email_id":"Dudley_Lind@gmail.com","dop":"2025-05-30","serial_number":"18335838115690","imei1":"18335838115690","imei2":"18335838115690","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T03:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185656,"job_number":"JOB_185656","tr_customer_id":185674,"tr_customer_product_id":185664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T03:11:48.000Z","modified_at":"2026-02-14T03:11:48.000Z","name":"Rossie Gusikowski","mobile_number":"994-763-5068","email_id":"Oleta_Aufderhar82@hotmail.com","dop":"2025-05-30","serial_number":"1347009354194047","imei1":"1347009354194047","imei2":"1347009354194047","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T03:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185660,"job_number":"JOB_185660","tr_customer_id":185678,"tr_customer_product_id":185668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:23.000Z","modified_at":"2026-02-14T04:19:23.000Z","name":"Alana Rippin","mobile_number":"808-815-6452","email_id":"Devin15@yahoo.com","dop":"2025-04-06","serial_number":"10695464728902942","imei1":"10695464728902942","imei2":"10695464728902942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185661,"job_number":"JOB_185661","tr_customer_id":185679,"tr_customer_product_id":185669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:25.000Z","modified_at":"2026-02-14T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12595352495826","imei1":"12595352495826","imei2":"12595352495826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185663,"job_number":"JOB_185663","tr_customer_id":185681,"tr_customer_product_id":185671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:27.000Z","modified_at":"2026-02-14T04:19:27.000Z","name":"Nakia Jacobs","mobile_number":"410-441-0994","email_id":"Dylan_Aufderhar21@yahoo.com","dop":"2025-04-06","serial_number":"16706436201310376","imei1":"16706436201310376","imei2":"16706436201310376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185667,"job_number":"JOB_185667","tr_customer_id":185685,"tr_customer_product_id":185675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:46.000Z","modified_at":"2026-02-14T04:19:46.000Z","name":"Kaya McCullough","mobile_number":"326-710-0597","email_id":"Howard.Schiller16@hotmail.com","dop":"2025-04-06","serial_number":"17056562021764604","imei1":"17056562021764604","imei2":"17056562021764604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185669,"job_number":"JOB_185669","tr_customer_id":185687,"tr_customer_product_id":185677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:55.000Z","modified_at":"2026-02-14T04:19:55.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"59312388244714","imei1":"59312388244714","imei2":"59312388244714","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185670,"job_number":"JOB_185670","tr_customer_id":185688,"tr_customer_product_id":185678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:19:55.000Z","modified_at":"2026-02-14T04:19:55.000Z","name":"Sven Moore","mobile_number":"227-376-3705","email_id":"Everett.Tromp@yahoo.com","dop":"2025-02-01","serial_number":"70715116436899","imei1":"70715116436899","imei2":"70715116436899","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185672,"job_number":"JOB_185672","tr_customer_id":185690,"tr_customer_product_id":185680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:01.000Z","modified_at":"2026-02-14T04:20:01.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10232877677939","imei1":"10232877677939","imei2":"10232877677939","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185673,"job_number":"JOB_185673","tr_customer_id":185691,"tr_customer_product_id":185681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:01.000Z","modified_at":"2026-02-14T04:20:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11412514896787","imei1":"11412514896787","imei2":"11412514896787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185677,"job_number":"JOB_185677","tr_customer_id":185695,"tr_customer_product_id":185685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:02.000Z","modified_at":"2026-02-14T04:20:02.000Z","name":"Devan Boyer","mobile_number":"307-786-3455","email_id":"Anastacio.Schmitt87@gmail.com","dop":"2025-06-18","serial_number":"1085293605523385","imei1":"1085293605523385","imei2":"1085293605523385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185678,"job_number":"JOB_185678","tr_customer_id":185696,"tr_customer_product_id":185686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:02.000Z","modified_at":"2026-02-14T04:20:02.000Z","name":"Trevion Simonis","mobile_number":"535-756-1582","email_id":"Luna.Olson83@gmail.com","dop":"2025-04-06","serial_number":"14416274431970536","imei1":"14416274431970536","imei2":"14416274431970536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185679,"job_number":"JOB_185679","tr_customer_id":185697,"tr_customer_product_id":185687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:05.000Z","modified_at":"2026-02-14T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"17383983637981","imei1":"17383983637981","imei2":"17383983637981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185682,"job_number":"JOB_185682","tr_customer_id":185700,"tr_customer_product_id":185690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:06.000Z","modified_at":"2026-02-14T04:20:06.000Z","name":"Sydnee Kris","mobile_number":"567-809-4071","email_id":"Paula.Ratke22@gmail.com","dop":"2025-04-06","serial_number":"19411315541349132","imei1":"19411315541349132","imei2":"19411315541349132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185683,"job_number":"JOB_185683","tr_customer_id":185701,"tr_customer_product_id":185691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:08.000Z","modified_at":"2026-02-14T04:20:08.000Z","name":"Joanie Shields","mobile_number":"669-599-9654","email_id":"Alize.Lynch@gmail.com","dop":"2025-04-06","serial_number":"14151711071363612","imei1":"14151711071363612","imei2":"14151711071363612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185684,"job_number":"JOB_185684","tr_customer_id":185702,"tr_customer_product_id":185692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:14.000Z","modified_at":"2026-02-14T04:20:14.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11951506589268","imei1":"11951506589268","imei2":"11951506589268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185686,"job_number":"JOB_185686","tr_customer_id":185704,"tr_customer_product_id":185694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:15.000Z","modified_at":"2026-02-14T04:20:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16737378327166","imei1":"16737378327166","imei2":"16737378327166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185688,"job_number":"JOB_185688","tr_customer_id":185706,"tr_customer_product_id":185696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:16.000Z","modified_at":"2026-02-14T04:20:16.000Z","name":"Guido Hahn","mobile_number":"863-377-8220","email_id":"Abdul_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"19088909314350000","imei1":"19088909314350000","imei2":"19088909314350000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185690,"job_number":"JOB_185690","tr_customer_id":185708,"tr_customer_product_id":185698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:16.000Z","modified_at":"2026-02-14T04:20:16.000Z","name":"Holden Paucek","mobile_number":"759-656-2748","email_id":"Lysanne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"18969944983518172","imei1":"18969944983518172","imei2":"18969944983518172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185691,"job_number":"JOB_185691","tr_customer_id":185709,"tr_customer_product_id":185699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:17.000Z","modified_at":"2026-02-14T04:20:17.000Z","name":"Ashly Kihn","mobile_number":"752-668-8470","email_id":"Pietro.Nikolaus@gmail.com","dop":"2025-04-06","serial_number":"19280133913930988","imei1":"19280133913930988","imei2":"19280133913930988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185694,"job_number":"JOB_185694","tr_customer_id":185712,"tr_customer_product_id":185702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:21.000Z","modified_at":"2026-02-14T04:20:21.000Z","name":"Elinore Ortiz","mobile_number":"351-829-4827","email_id":"Reyna_Dicki52@gmail.com","dop":"2025-04-06","serial_number":"17090267630165256","imei1":"17090267630165256","imei2":"17090267630165256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185696,"job_number":"JOB_185696","tr_customer_id":185714,"tr_customer_product_id":185704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:28.000Z","modified_at":"2026-02-14T04:20:28.000Z","name":"Paula Heathcote","mobile_number":"792-674-0199","email_id":"Khalil.Abbott@yahoo.com","dop":"2025-04-06","serial_number":"10151555729123536","imei1":"10151555729123536","imei2":"10151555729123536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185697,"job_number":"JOB_185697","tr_customer_id":185715,"tr_customer_product_id":185705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:28.000Z","modified_at":"2026-02-14T04:20:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14696473644641","imei1":"14696473644641","imei2":"14696473644641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185699,"job_number":"JOB_185699","tr_customer_id":185717,"tr_customer_product_id":185707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:30.000Z","modified_at":"2026-02-14T04:20:30.000Z","name":"Twila Ernser","mobile_number":"658-359-7551","email_id":"Merl.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"15170091278179916","imei1":"15170091278179916","imei2":"15170091278179916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185700,"job_number":"JOB_185700","tr_customer_id":185718,"tr_customer_product_id":185708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:31.000Z","modified_at":"2026-02-14T04:20:31.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185701,"job_number":"JOB_185701","tr_customer_id":185719,"tr_customer_product_id":185709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:32.000Z","modified_at":"2026-02-14T04:20:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14424850008614","imei1":"14424850008614","imei2":"14424850008614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185703,"job_number":"JOB_185703","tr_customer_id":185721,"tr_customer_product_id":185711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:34.000Z","modified_at":"2026-02-14T04:20:34.000Z","name":"Alexandria Sporer","mobile_number":"418-702-7264","email_id":"Dayana51@hotmail.com","dop":"2025-04-06","serial_number":"11093031589831056","imei1":"11093031589831056","imei2":"11093031589831056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185704,"job_number":"JOB_185704","tr_customer_id":185722,"tr_customer_product_id":185712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:34.000Z","modified_at":"2026-02-14T04:20:34.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"30866273057754","imei1":"30866273057754","imei2":"30866273057754","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185705,"job_number":"JOB_185705","tr_customer_id":185723,"tr_customer_product_id":185713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:34.000Z","modified_at":"2026-02-14T04:20:34.000Z","name":"Cade McCullough","mobile_number":"929-659-5145","email_id":"Maeve.Adams@hotmail.com","dop":"2025-02-01","serial_number":"104282978109785","imei1":"104282978109785","imei2":"104282978109785","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185711,"job_number":"JOB_185711","tr_customer_id":185729,"tr_customer_product_id":185719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:42.000Z","modified_at":"2026-02-14T04:20:42.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"101514249304319","imei1":"101514249304319","imei2":"101514249304319","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185712,"job_number":"JOB_185712","tr_customer_id":185730,"tr_customer_product_id":185720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:42.000Z","modified_at":"2026-02-14T04:20:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13590493188338","imei1":"13590493188338","imei2":"13590493188338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185715,"job_number":"JOB_185715","tr_customer_id":185733,"tr_customer_product_id":185723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:44.000Z","modified_at":"2026-02-14T04:20:44.000Z","name":"Lorna Koelpin","mobile_number":"560-846-3677","email_id":"Alisa.Beier97@yahoo.com","dop":"2025-04-06","serial_number":"16753713463173648","imei1":"16753713463173648","imei2":"16753713463173648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185716,"job_number":"JOB_185716","tr_customer_id":185734,"tr_customer_product_id":185724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:45.000Z","modified_at":"2026-02-14T04:20:45.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10905101329984","imei1":"10905101329984","imei2":"10905101329984","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185717,"job_number":"JOB_185717","tr_customer_id":185735,"tr_customer_product_id":185725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:45.000Z","modified_at":"2026-02-14T04:20:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15004136533943","imei1":"15004136533943","imei2":"15004136533943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185720,"job_number":"JOB_185720","tr_customer_id":185738,"tr_customer_product_id":185728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:46.000Z","modified_at":"2026-02-14T04:20:46.000Z","name":"Jocelyn Kirlin","mobile_number":"777-748-3259","email_id":"Megane_Fay52@gmail.com","dop":"2025-06-18","serial_number":"1099976908543408","imei1":"1099976908543408","imei2":"1099976908543408","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185721,"job_number":"JOB_185721","tr_customer_id":185739,"tr_customer_product_id":185729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:46.000Z","modified_at":"2026-02-14T04:20:46.000Z","name":"Sister Jakubowski","mobile_number":"734-952-4051","email_id":"Haskell.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18664933434088836","imei1":"18664933434088836","imei2":"18664933434088836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185722,"job_number":"JOB_185722","tr_customer_id":185740,"tr_customer_product_id":185730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:48.000Z","modified_at":"2026-02-14T04:20:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18372303928165","imei1":"18372303928165","imei2":"18372303928165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185724,"job_number":"JOB_185724","tr_customer_id":185742,"tr_customer_product_id":185732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:50.000Z","modified_at":"2026-02-14T04:20:50.000Z","name":"Rubye Ryan","mobile_number":"351-531-3836","email_id":"Gerson_Ziemann@hotmail.com","dop":"2025-04-06","serial_number":"17837545863358206","imei1":"17837545863358206","imei2":"17837545863358206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185726,"job_number":"JOB_185726","tr_customer_id":185744,"tr_customer_product_id":185734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:56.000Z","modified_at":"2026-02-14T04:20:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12404359867184","imei1":"12404359867184","imei2":"12404359867184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185728,"job_number":"JOB_185728","tr_customer_id":185746,"tr_customer_product_id":185736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:57.000Z","modified_at":"2026-02-14T04:20:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18188851353298","imei1":"18188851353298","imei2":"18188851353298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185730,"job_number":"JOB_185730","tr_customer_id":185748,"tr_customer_product_id":185738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:58.000Z","modified_at":"2026-02-14T04:20:58.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"10247743366641","imei1":"10247743366641","imei2":"10247743366641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185731,"job_number":"JOB_185731","tr_customer_id":185749,"tr_customer_product_id":185739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:58.000Z","modified_at":"2026-02-14T04:20:58.000Z","name":"Doyle Little","mobile_number":"367-821-0874","email_id":"Josue.Stokes92@yahoo.com","dop":"2025-04-06","serial_number":"14782533437866848","imei1":"14782533437866848","imei2":"14782533437866848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185733,"job_number":"JOB_185733","tr_customer_id":185751,"tr_customer_product_id":185741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:58.000Z","modified_at":"2026-02-14T04:20:58.000Z","name":"Leanne Hansen","mobile_number":"536-928-6136","email_id":"Jamel_Smitham80@hotmail.com","dop":"2025-04-06","serial_number":"17280429643357052","imei1":"17280429643357052","imei2":"17280429643357052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185734,"job_number":"JOB_185734","tr_customer_id":185752,"tr_customer_product_id":185742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:59.000Z","modified_at":"2026-02-14T04:20:59.000Z","name":"Emmanuelle Stokes","mobile_number":"751-946-7188","email_id":"Katherine21@gmail.com","dop":"2025-04-06","serial_number":"10062015201033014","imei1":"10062015201033014","imei2":"10062015201033014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185735,"job_number":"JOB_185735","tr_customer_id":185753,"tr_customer_product_id":185743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:06.000Z","modified_at":"2026-02-14T04:21:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14448196558288","imei1":"14448196558288","imei2":"14448196558288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185737,"job_number":"JOB_185737","tr_customer_id":185755,"tr_customer_product_id":185745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:07.000Z","modified_at":"2026-02-14T04:21:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19658282098747","imei1":"19658282098747","imei2":"19658282098747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185738,"job_number":"JOB_185738","tr_customer_id":185756,"tr_customer_product_id":185746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:08.000Z","modified_at":"2026-02-14T04:21:08.000Z","name":"Una Batz","mobile_number":"997-506-5436","email_id":"Percy_Boyer@hotmail.com","dop":"2025-04-06","serial_number":"14411993593274846","imei1":"14411993593274846","imei2":"14411993593274846","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185740,"job_number":"JOB_185740","tr_customer_id":185758,"tr_customer_product_id":185748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:09.000Z","modified_at":"2026-02-14T04:21:09.000Z","name":"Gianni Barton","mobile_number":"240-881-2946","email_id":"Ike.Bartell@hotmail.com","dop":"2025-04-06","serial_number":"10009489211552324","imei1":"10009489211552324","imei2":"10009489211552324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185741,"job_number":"JOB_185741","tr_customer_id":185759,"tr_customer_product_id":185749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:12.000Z","modified_at":"2026-02-14T04:21:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11071608525962","imei1":"11071608525962","imei2":"11071608525962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185743,"job_number":"JOB_185743","tr_customer_id":185761,"tr_customer_product_id":185751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:13.000Z","modified_at":"2026-02-14T04:21:13.000Z","name":"Minerva Schamberger","mobile_number":"630-317-5305","email_id":"Domenico0@gmail.com","dop":"2025-04-06","serial_number":"19584535916095240","imei1":"19584535916095240","imei2":"19584535916095240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185744,"job_number":"JOB_185744","tr_customer_id":185762,"tr_customer_product_id":185752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:13.000Z","modified_at":"2026-02-14T04:21:13.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"50445589400875","imei1":"50445589400875","imei2":"50445589400875","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185745,"job_number":"JOB_185745","tr_customer_id":185763,"tr_customer_product_id":185753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:14.000Z","modified_at":"2026-02-14T04:21:14.000Z","name":"Roma Block","mobile_number":"353-211-9053","email_id":"Cleora37@gmail.com","dop":"2025-02-01","serial_number":"22398273531648","imei1":"22398273531648","imei2":"22398273531648","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185747,"job_number":"JOB_185747","tr_customer_id":185765,"tr_customer_product_id":185755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:19.000Z","modified_at":"2026-02-14T04:21:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17143708405688","imei1":"17143708405688","imei2":"17143708405688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185749,"job_number":"JOB_185749","tr_customer_id":185767,"tr_customer_product_id":185757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:21.000Z","modified_at":"2026-02-14T04:21:21.000Z","name":"Murl Kuphal","mobile_number":"937-485-3499","email_id":"Shanelle.Mayer@gmail.com","dop":"2025-04-06","serial_number":"19137537522824210","imei1":"19137537522824210","imei2":"19137537522824210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185753,"job_number":"JOB_185753","tr_customer_id":185771,"tr_customer_product_id":185761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:24.000Z","modified_at":"2026-02-14T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13027902095003","imei1":"13027902095003","imei2":"13027902095003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185755,"job_number":"JOB_185755","tr_customer_id":185773,"tr_customer_product_id":185763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:26.000Z","modified_at":"2026-02-14T04:21:26.000Z","name":"Maude Conn","mobile_number":"820-537-5436","email_id":"Kallie_Waelchi43@gmail.com","dop":"2025-04-06","serial_number":"14632596426206904","imei1":"14632596426206904","imei2":"14632596426206904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185756,"job_number":"JOB_185756","tr_customer_id":185774,"tr_customer_product_id":185764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:27.000Z","modified_at":"2026-02-14T04:21:27.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"104038502115870","imei1":"104038502115870","imei2":"104038502115870","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185758,"job_number":"JOB_185758","tr_customer_id":185776,"tr_customer_product_id":185766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:33.000Z","modified_at":"2026-02-14T04:21:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14104169911111","imei1":"14104169911111","imei2":"14104169911111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185760,"job_number":"JOB_185760","tr_customer_id":185778,"tr_customer_product_id":185768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:35.000Z","modified_at":"2026-02-14T04:21:35.000Z","name":"Barton Schoen","mobile_number":"521-399-7283","email_id":"Sydni.Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"14024525267350480","imei1":"14024525267350480","imei2":"14024525267350480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185765,"job_number":"JOB_185765","tr_customer_id":185783,"tr_customer_product_id":185773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:38.000Z","modified_at":"2026-02-14T04:21:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17049849785874","imei1":"17049849785874","imei2":"17049849785874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185767,"job_number":"JOB_185767","tr_customer_id":185785,"tr_customer_product_id":185775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:38.000Z","modified_at":"2026-02-14T04:21:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12844149539067","imei1":"12844149539067","imei2":"12844149539067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185769,"job_number":"JOB_185769","tr_customer_id":185787,"tr_customer_product_id":185777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:39.000Z","modified_at":"2026-02-14T04:21:39.000Z","name":"Bernice Hodkiewicz","mobile_number":"659-580-3225","email_id":"Giovanna69@hotmail.com","dop":"2025-04-06","serial_number":"13614455227875456","imei1":"13614455227875456","imei2":"13614455227875456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185770,"job_number":"JOB_185770","tr_customer_id":185788,"tr_customer_product_id":185778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:39.000Z","modified_at":"2026-02-14T04:21:39.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"19734703497970","imei1":"19734703497970","imei2":"19734703497970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185771,"job_number":"JOB_185771","tr_customer_id":185789,"tr_customer_product_id":185779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:40.000Z","modified_at":"2026-02-14T04:21:40.000Z","name":"Ewald Borer","mobile_number":"371-997-9826","email_id":"Mariane22@hotmail.com","dop":"2025-04-06","serial_number":"16385982097118530","imei1":"16385982097118530","imei2":"16385982097118530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185773,"job_number":"JOB_185773","tr_customer_id":185791,"tr_customer_product_id":185781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:41.000Z","modified_at":"2026-02-14T04:21:41.000Z","name":"Chyna Bashirian","mobile_number":"735-865-2678","email_id":"Merl.Gibson9@yahoo.com","dop":"2025-04-06","serial_number":"17599174029224188","imei1":"17599174029224188","imei2":"17599174029224188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185774,"job_number":"JOB_185774","tr_customer_id":185792,"tr_customer_product_id":185782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:43.000Z","modified_at":"2026-02-14T04:21:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19717080249841","imei1":"19717080249841","imei2":"19717080249841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185776,"job_number":"JOB_185776","tr_customer_id":185794,"tr_customer_product_id":185784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:45.000Z","modified_at":"2026-02-14T04:21:45.000Z","name":"Ludie Fisher","mobile_number":"904-968-6244","email_id":"Alvera_Thiel40@yahoo.com","dop":"2025-04-06","serial_number":"10023153501363438","imei1":"10023153501363438","imei2":"10023153501363438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185782,"job_number":"JOB_185782","tr_customer_id":185800,"tr_customer_product_id":185790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:51.000Z","modified_at":"2026-02-14T04:21:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14575879311524","imei1":"14575879311524","imei2":"14575879311524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185784,"job_number":"JOB_185784","tr_customer_id":185802,"tr_customer_product_id":185792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:52.000Z","modified_at":"2026-02-14T04:21:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19336758745427","imei1":"19336758745427","imei2":"19336758745427","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185785,"job_number":"JOB_185785","tr_customer_id":185803,"tr_customer_product_id":185793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:52.000Z","modified_at":"2026-02-14T04:21:52.000Z","name":"Kaleb Keebler","mobile_number":"784-209-5578","email_id":"Dolores_Prohaska@yahoo.com","dop":"2025-04-06","serial_number":"16402153798246486","imei1":"16402153798246486","imei2":"16402153798246486","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185789,"job_number":"JOB_185789","tr_customer_id":185807,"tr_customer_product_id":185797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:54.000Z","modified_at":"2026-02-14T04:21:54.000Z","name":"Lyda Langworth","mobile_number":"361-845-1634","email_id":"Luigi_Herman@hotmail.com","dop":"2025-04-06","serial_number":"15926208808303940","imei1":"15926208808303940","imei2":"15926208808303940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185790,"job_number":"JOB_185790","tr_customer_id":185808,"tr_customer_product_id":185798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:54.000Z","modified_at":"2026-02-14T04:21:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18730523285784","imei1":"18730523285784","imei2":"18730523285784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185792,"job_number":"JOB_185792","tr_customer_id":185810,"tr_customer_product_id":185800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:54.000Z","modified_at":"2026-02-14T04:21:55.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10616178321410","imei1":"10616178321410","imei2":"10616178321410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185794,"job_number":"JOB_185794","tr_customer_id":185812,"tr_customer_product_id":185802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:56.000Z","modified_at":"2026-02-14T04:21:56.000Z","name":"Kara Hayes","mobile_number":"580-822-6610","email_id":"Levi_Klein23@gmail.com","dop":"2025-04-06","serial_number":"19156220186654064","imei1":"19156220186654064","imei2":"19156220186654064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185795,"job_number":"JOB_185795","tr_customer_id":185813,"tr_customer_product_id":185803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:56.000Z","modified_at":"2026-02-14T04:21:56.000Z","name":"Obie Funk","mobile_number":"569-979-7363","email_id":"Lauryn.Armstrong@gmail.com","dop":"2025-04-06","serial_number":"13001439108901440","imei1":"13001439108901440","imei2":"13001439108901440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185796,"job_number":"JOB_185796","tr_customer_id":185814,"tr_customer_product_id":185804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:57.000Z","modified_at":"2026-02-14T04:21:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18203984912503","imei1":"18203984912503","imei2":"18203984912503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185798,"job_number":"JOB_185798","tr_customer_id":185816,"tr_customer_product_id":185806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:58.000Z","modified_at":"2026-02-14T04:21:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14194357377880","imei1":"14194357377880","imei2":"14194357377880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185799,"job_number":"JOB_185799","tr_customer_id":185817,"tr_customer_product_id":185807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:58.000Z","modified_at":"2026-02-14T04:21:58.000Z","name":"Austen Champlin","mobile_number":"451-659-4395","email_id":"Cristal_Crona28@hotmail.com","dop":"2025-04-06","serial_number":"12776285687895380","imei1":"12776285687895380","imei2":"12776285687895380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185804,"job_number":"JOB_185804","tr_customer_id":185822,"tr_customer_product_id":185812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:00.000Z","modified_at":"2026-02-14T04:22:00.000Z","name":"Adriel Leannon","mobile_number":"675-563-3078","email_id":"Abagail.Stracke@yahoo.com","dop":"2025-04-06","serial_number":"13607094938329958","imei1":"13607094938329958","imei2":"13607094938329958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185807,"job_number":"JOB_185807","tr_customer_id":185825,"tr_customer_product_id":185815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:05.000Z","modified_at":"2026-02-14T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12467706184981","imei1":"12467706184981","imei2":"12467706184981","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185810,"job_number":"JOB_185810","tr_customer_id":185828,"tr_customer_product_id":185818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:07.000Z","modified_at":"2026-02-14T04:22:07.000Z","name":"Russel Trantow","mobile_number":"829-446-9415","email_id":"Jaylon74@yahoo.com","dop":"2025-04-06","serial_number":"18861224165924936","imei1":"18861224165924936","imei2":"18861224165924936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185812,"job_number":"JOB_185812","tr_customer_id":185830,"tr_customer_product_id":185820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:11.000Z","modified_at":"2026-02-14T04:22:11.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"108824634144127","imei1":"108824634144127","imei2":"108824634144127","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185817,"job_number":"JOB_185817","tr_customer_id":185835,"tr_customer_product_id":185825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:18.000Z","modified_at":"2026-02-14T04:22:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17534805026590","imei1":"17534805026590","imei2":"17534805026590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185819,"job_number":"JOB_185819","tr_customer_id":185837,"tr_customer_product_id":185827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:20.000Z","modified_at":"2026-02-14T04:22:20.000Z","name":"Javier Hahn","mobile_number":"272-485-8546","email_id":"Birdie62@yahoo.com","dop":"2025-04-06","serial_number":"13899391991988454","imei1":"13899391991988454","imei2":"13899391991988454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185821,"job_number":"JOB_185821","tr_customer_id":185839,"tr_customer_product_id":185829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:21.000Z","modified_at":"2026-02-14T04:22:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"19082007310594","imei1":"19082007310594","imei2":"19082007310594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185823,"job_number":"JOB_185823","tr_customer_id":185841,"tr_customer_product_id":185831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:22.000Z","modified_at":"2026-02-14T04:22:22.000Z","name":"Berneice Quigley","mobile_number":"393-701-0954","email_id":"Sabryna_Will@yahoo.com","dop":"2025-04-06","serial_number":"16584859258160194","imei1":"16584859258160194","imei2":"16584859258160194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185827,"job_number":"JOB_185827","tr_customer_id":185845,"tr_customer_product_id":185835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:30.000Z","modified_at":"2026-02-14T04:22:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17659546654355","imei1":"17659546654355","imei2":"17659546654355","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185829,"job_number":"JOB_185829","tr_customer_id":185847,"tr_customer_product_id":185837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:32.000Z","modified_at":"2026-02-14T04:22:32.000Z","name":"Elsie Robel","mobile_number":"352-332-6734","email_id":"Earlene_Orn8@hotmail.com","dop":"2025-04-06","serial_number":"18479939527626316","imei1":"18479939527626316","imei2":"18479939527626316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185831,"job_number":"JOB_185831","tr_customer_id":185849,"tr_customer_product_id":185839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:35.000Z","modified_at":"2026-02-14T04:22:35.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10889251434181","imei1":"10889251434181","imei2":"10889251434181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185833,"job_number":"JOB_185833","tr_customer_id":185851,"tr_customer_product_id":185841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:35.000Z","modified_at":"2026-02-14T04:22:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14885216780798","imei1":"14885216780798","imei2":"14885216780798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185835,"job_number":"JOB_185835","tr_customer_id":185853,"tr_customer_product_id":185843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:36.000Z","modified_at":"2026-02-14T04:22:36.000Z","name":"Marielle Rippin","mobile_number":"846-358-9925","email_id":"Harmon73@hotmail.com","dop":"2025-04-06","serial_number":"11275275743560612","imei1":"11275275743560612","imei2":"11275275743560612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185836,"job_number":"JOB_185836","tr_customer_id":185854,"tr_customer_product_id":185844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:37.000Z","modified_at":"2026-02-14T04:22:37.000Z","name":"Alana Pouros","mobile_number":"792-777-1444","email_id":"Leopold.Stark@gmail.com","dop":"2025-04-06","serial_number":"10571445080861164","imei1":"10571445080861164","imei2":"10571445080861164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185837,"job_number":"JOB_185837","tr_customer_id":185855,"tr_customer_product_id":185845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:37.000Z","modified_at":"2026-02-14T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19763652807988","imei1":"19763652807988","imei2":"19763652807988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185839,"job_number":"JOB_185839","tr_customer_id":185857,"tr_customer_product_id":185847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:38.000Z","modified_at":"2026-02-14T04:22:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13087364979403","imei1":"13087364979403","imei2":"13087364979403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185841,"job_number":"JOB_185841","tr_customer_id":185859,"tr_customer_product_id":185849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:39.000Z","modified_at":"2026-02-14T04:22:39.000Z","name":"Malachi Hodkiewicz","mobile_number":"254-719-7039","email_id":"Hildegard67@hotmail.com","dop":"2025-04-06","serial_number":"15121538488058500","imei1":"15121538488058500","imei2":"15121538488058500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185842,"job_number":"JOB_185842","tr_customer_id":185860,"tr_customer_product_id":185850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:40.000Z","modified_at":"2026-02-14T04:22:40.000Z","name":"Kaelyn Fritsch","mobile_number":"371-573-2196","email_id":"Marilou58@gmail.com","dop":"2025-04-06","serial_number":"12649024122370276","imei1":"12649024122370276","imei2":"12649024122370276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185843,"job_number":"JOB_185843","tr_customer_id":185861,"tr_customer_product_id":185851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:43.000Z","modified_at":"2026-02-14T04:22:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10844148081401","imei1":"10844148081401","imei2":"10844148081401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185845,"job_number":"JOB_185845","tr_customer_id":185863,"tr_customer_product_id":185853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:45.000Z","modified_at":"2026-02-14T04:22:45.000Z","name":"Leone Pacocha","mobile_number":"691-498-0463","email_id":"Jabari_Schinner@gmail.com","dop":"2025-04-06","serial_number":"11671091977149206","imei1":"11671091977149206","imei2":"11671091977149206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185849,"job_number":"JOB_185849","tr_customer_id":185867,"tr_customer_product_id":185857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:17.000Z","modified_at":"2026-02-14T04:23:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15884806584159","imei1":"15884806584159","imei2":"15884806584159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185851,"job_number":"JOB_185851","tr_customer_id":185869,"tr_customer_product_id":185859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:18.000Z","modified_at":"2026-02-14T04:23:18.000Z","name":"Ella Bailey","mobile_number":"418-729-6420","email_id":"Ibrahim32@hotmail.com","dop":"2025-04-06","serial_number":"14678621523288576","imei1":"14678621523288576","imei2":"14678621523288576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185852,"job_number":"JOB_185852","tr_customer_id":185870,"tr_customer_product_id":185860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:20.000Z","modified_at":"2026-02-14T04:23:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130323736687","imei1":"19130323736687","imei2":"19130323736687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185854,"job_number":"JOB_185854","tr_customer_id":185872,"tr_customer_product_id":185862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:21.000Z","modified_at":"2026-02-14T04:23:21.000Z","name":"Nolan Hackett","mobile_number":"503-437-8749","email_id":"Henriette.Sanford76@hotmail.com","dop":"2025-04-06","serial_number":"13818605181720476","imei1":"13818605181720476","imei2":"13818605181720476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185855,"job_number":"JOB_185855","tr_customer_id":185873,"tr_customer_product_id":185863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:28.000Z","modified_at":"2026-02-14T04:23:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14569673852049","imei1":"14569673852049","imei2":"14569673852049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185857,"job_number":"JOB_185857","tr_customer_id":185875,"tr_customer_product_id":185865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:23:30.000Z","modified_at":"2026-02-14T04:23:30.000Z","name":"Nannie Wunsch","mobile_number":"779-489-2744","email_id":"Anabelle95@gmail.com","dop":"2025-04-06","serial_number":"16851167955622520","imei1":"16851167955622520","imei2":"16851167955622520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:23:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185860,"job_number":"JOB_185860","tr_customer_id":185878,"tr_customer_product_id":185868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:26.000Z","modified_at":"2026-02-14T04:27:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84827126654741","imei1":"84827126654741","imei2":"84827126654741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185861,"job_number":"JOB_185861","tr_customer_id":185879,"tr_customer_product_id":185869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:26.000Z","modified_at":"2026-02-14T04:27:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34678220633032","imei1":"34678220633032","imei2":"34678220633032","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185862,"job_number":"JOB_185862","tr_customer_id":185880,"tr_customer_product_id":185870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:26.000Z","modified_at":"2026-02-14T04:27:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13435930301594","imei1":"13435930301594","imei2":"13435930301594","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185863,"job_number":"JOB_185863","tr_customer_id":185881,"tr_customer_product_id":185871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:27.000Z","modified_at":"2026-02-14T04:27:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82153902710379","imei1":"82153902710379","imei2":"82153902710379","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185864,"job_number":"JOB_185864","tr_customer_id":185882,"tr_customer_product_id":185872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:27.000Z","modified_at":"2026-02-14T04:27:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66813892618268","imei1":"66813892618268","imei2":"66813892618268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185865,"job_number":"JOB_185865","tr_customer_id":185883,"tr_customer_product_id":185873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:27.000Z","modified_at":"2026-02-14T04:27:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36353229245883","imei1":"36353229245883","imei2":"36353229245883","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185867,"job_number":"JOB_185867","tr_customer_id":185885,"tr_customer_product_id":185875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:58.000Z","modified_at":"2026-02-14T04:27:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54768243893302","imei1":"54768243893302","imei2":"54768243893302","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185868,"job_number":"JOB_185868","tr_customer_id":185886,"tr_customer_product_id":185876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:58.000Z","modified_at":"2026-02-14T04:27:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63942866565954","imei1":"63942866565954","imei2":"63942866565954","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185869,"job_number":"JOB_185869","tr_customer_id":185887,"tr_customer_product_id":185877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:59.000Z","modified_at":"2026-02-14T04:27:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43845222266588","imei1":"43845222266588","imei2":"43845222266588","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185870,"job_number":"JOB_185870","tr_customer_id":185888,"tr_customer_product_id":185878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:59.000Z","modified_at":"2026-02-14T04:27:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75216794641136","imei1":"75216794641136","imei2":"75216794641136","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185871,"job_number":"JOB_185871","tr_customer_id":185889,"tr_customer_product_id":185879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:59.000Z","modified_at":"2026-02-14T04:27:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27285427527973","imei1":"27285427527973","imei2":"27285427527973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185872,"job_number":"JOB_185872","tr_customer_id":185890,"tr_customer_product_id":185880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:00.000Z","modified_at":"2026-02-14T04:28:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17691772791594","imei1":"17691772791594","imei2":"17691772791594","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185874,"job_number":"JOB_185874","tr_customer_id":185892,"tr_customer_product_id":185882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:30.000Z","modified_at":"2026-02-14T04:28:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90363120842689","imei1":"90363120842689","imei2":"90363120842689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185875,"job_number":"JOB_185875","tr_customer_id":185893,"tr_customer_product_id":185883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:30.000Z","modified_at":"2026-02-14T04:28:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39635205884790","imei1":"39635205884790","imei2":"39635205884790","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185876,"job_number":"JOB_185876","tr_customer_id":185894,"tr_customer_product_id":185884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67833078234786","imei1":"67833078234786","imei2":"67833078234786","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185877,"job_number":"JOB_185877","tr_customer_id":185895,"tr_customer_product_id":185885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40485985108612","imei1":"40485985108612","imei2":"40485985108612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185878,"job_number":"JOB_185878","tr_customer_id":185896,"tr_customer_product_id":185886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25874216880099","imei1":"25874216880099","imei2":"25874216880099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185879,"job_number":"JOB_185879","tr_customer_id":185897,"tr_customer_product_id":185887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:28:31.000Z","modified_at":"2026-02-14T04:28:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24708109907944","imei1":"24708109907944","imei2":"24708109907944","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185881,"job_number":"JOB_185881","tr_customer_id":185899,"tr_customer_product_id":185889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:53:00.000Z","modified_at":"2026-02-14T04:53:00.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-04","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-04T04:53:00.433917664Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:53:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185882,"job_number":"JOB_185882","tr_customer_id":185900,"tr_customer_product_id":185890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:59:44.000Z","modified_at":"2026-02-14T04:59:44.000Z","name":"Tyrel Gibson","mobile_number":"438-913-3519","email_id":"Moriah.Mayer45@gmail.com","dop":"2026-01-04","serial_number":"16985629126219","imei1":"16985629126219","imei2":"16985629126219","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185883,"job_number":"JOB_185883","tr_customer_id":185901,"tr_customer_product_id":185891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:59:44.000Z","modified_at":"2026-02-14T04:59:44.000Z","name":"Dayna VonRueden","mobile_number":"478-784-5674","email_id":"Irwin_Nitzsche@gmail.com","dop":"2026-01-04","serial_number":"61021023022112840","imei1":"61021023022112840","imei2":"61021023022112840","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185884,"job_number":"JOB_185884","tr_customer_id":185902,"tr_customer_product_id":185892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:00:35.000Z","modified_at":"2026-02-14T05:00:35.000Z","name":"Delaney Ryan","mobile_number":"562-983-6928","email_id":"Marquise_Dickinson86@gmail.com","dop":"2026-01-04","serial_number":"19607325714175","imei1":"19607325714175","imei2":"19607325714175","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185885,"job_number":"JOB_185885","tr_customer_id":185903,"tr_customer_product_id":185893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:00:36.000Z","modified_at":"2026-02-14T05:00:36.000Z","name":"Norval Little","mobile_number":"203-798-1129","email_id":"Wilton_OKeefe@yahoo.com","dop":"2026-01-04","serial_number":"39722647906411190","imei1":"39722647906411190","imei2":"39722647906411190","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185886,"job_number":"JOB_185886","tr_customer_id":185904,"tr_customer_product_id":185894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:07:06.000Z","modified_at":"2026-02-14T05:07:06.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-04","serial_number":"48247385542745","imei1":"48247385542745","imei2":"48247385542745","popurl":"2026-02-04T05:07:05.890202119Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185887,"job_number":"JOB_185887","tr_customer_id":185905,"tr_customer_product_id":185895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:07:14.000Z","modified_at":"2026-02-14T05:07:14.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-04","serial_number":"69326451044024","imei1":"69326451044024","imei2":"69326451044024","popurl":"2026-02-04T05:07:13.969632007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:07:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185888,"job_number":"JOB_185888","tr_customer_id":185906,"tr_customer_product_id":185896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:11:23.000Z","modified_at":"2026-02-14T05:11:23.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108759735963207","imei1":"108759735963207","imei2":"108759735963207","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:11:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185890,"job_number":"JOB_185890","tr_customer_id":185908,"tr_customer_product_id":185898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:11:34.000Z","modified_at":"2026-02-14T05:11:34.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109604602904228","imei1":"109604602904228","imei2":"109604602904228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:11:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185892,"job_number":"JOB_185892","tr_customer_id":185910,"tr_customer_product_id":185900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:27:48.000Z","modified_at":"2026-02-14T05:27:48.000Z","name":"AO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185893,"job_number":"JOB_185893","tr_customer_id":185911,"tr_customer_product_id":185901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:27:48.000Z","modified_at":"2026-02-14T05:27:48.000Z","name":"UO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185894,"job_number":"JOB_185894","tr_customer_id":185912,"tr_customer_product_id":185902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:27:48.000Z","modified_at":"2026-02-14T05:27:48.000Z","name":"PO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185896,"job_number":"JOB_185896","tr_customer_id":185914,"tr_customer_product_id":185904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:28:17.000Z","modified_at":"2026-02-14T05:28:17.000Z","name":"Reyes Smitham","mobile_number":"738-290-2904","email_id":"Kenyon.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"18617826687000244","imei1":"18617826687000244","imei2":"18617826687000244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185898,"job_number":"JOB_185898","tr_customer_id":185916,"tr_customer_product_id":185906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:28:30.000Z","modified_at":"2026-02-14T05:28:30.000Z","name":"Thora Reynolds","mobile_number":"685-883-1273","email_id":"Keven.Vandervort@yahoo.com","dop":"2025-04-06","serial_number":"14958962036693908","imei1":"14958962036693908","imei2":"14958962036693908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185899,"job_number":"JOB_185899","tr_customer_id":185917,"tr_customer_product_id":185907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:34:09.000Z","modified_at":"2026-02-14T05:34:09.000Z","name":"Brody Crona","mobile_number":"338-380-4592","email_id":"Shyanne79@yahoo.com","dop":"2026-01-04","serial_number":"19444832109445","imei1":"19444832109445","imei2":"19444832109445","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185900,"job_number":"JOB_185900","tr_customer_id":185918,"tr_customer_product_id":185908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:34:10.000Z","modified_at":"2026-02-14T05:34:10.000Z","name":"Kyla Kulas","mobile_number":"854-261-0924","email_id":"Kris.Schulist@hotmail.com","dop":"2026-01-04","serial_number":"75997477424714080","imei1":"75997477424714080","imei2":"75997477424714080","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185902,"job_number":"JOB_185902","tr_customer_id":185920,"tr_customer_product_id":185910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T05:38:20.000Z","modified_at":"2026-02-14T05:38:20.000Z","name":"Dulce Hermann","mobile_number":"967-405-0302","email_id":"Valerie.King@yahoo.com","dop":"2026-01-04","serial_number":"63698535957875930","imei1":"63698535957875930","imei2":"63698535957875930","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T05:38:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185906,"job_number":"JOB_185906","tr_customer_id":185924,"tr_customer_product_id":185914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:08:39.000Z","modified_at":"2026-02-14T06:08:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"16678262917448","imei1":"16678262917448","imei2":"16678262917448","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:08:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185908,"job_number":"JOB_185908","tr_customer_id":185926,"tr_customer_product_id":185916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:08:53.000Z","modified_at":"2026-02-14T06:08:53.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19911960897200","imei1":"19911960897200","imei2":"19911960897200","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185910,"job_number":"JOB_185910","tr_customer_id":185928,"tr_customer_product_id":185918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:09:07.000Z","modified_at":"2026-02-14T06:09:07.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"17674773779109","imei1":"17674773779109","imei2":"17674773779109","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185915,"job_number":"JOB_185915","tr_customer_id":185933,"tr_customer_product_id":185923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:24:56.000Z","modified_at":"2026-02-14T06:24:56.000Z","name":"Jake Klocko","mobile_number":"378-313-0148","email_id":"Susan.Littel@yahoo.com","dop":"2026-01-04","serial_number":"15630162884831","imei1":"15630162884831","imei2":"15630162884831","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185916,"job_number":"JOB_185916","tr_customer_id":185934,"tr_customer_product_id":185924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:24:57.000Z","modified_at":"2026-02-14T06:24:57.000Z","name":"Heath Brekke","mobile_number":"546-565-4077","email_id":"Albin16@yahoo.com","dop":"2026-01-04","serial_number":"31378608931924316","imei1":"31378608931924316","imei2":"31378608931924316","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:24:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185922,"job_number":"JOB_185922","tr_customer_id":185940,"tr_customer_product_id":185930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:30:50.000Z","modified_at":"2026-02-14T06:30:50.000Z","name":"Christopher Reynolds","mobile_number":"524-753-4887","email_id":"Caleb.Cartwright@hotmail.com","dop":"2026-01-04","serial_number":"47986347998998510","imei1":"47986347998998510","imei2":"47986347998998510","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185928,"job_number":"JOB_185928","tr_customer_id":185946,"tr_customer_product_id":185936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:50:12.000Z","modified_at":"2026-02-14T06:50:12.000Z","name":"Mikayla Hickle","mobile_number":"275-550-4005","email_id":"Gabriel_Watsica34@hotmail.com","dop":"2026-01-04","serial_number":"14250403691285432","imei1":"14250403691285432","imei2":"14250403691285432","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185930,"job_number":"JOB_185930","tr_customer_id":185948,"tr_customer_product_id":185938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:53:24.000Z","modified_at":"2026-02-14T06:53:24.000Z","name":"Maxime Kuphal","mobile_number":"356-766-5988","email_id":"Jayden10@yahoo.com","dop":"2026-01-04","serial_number":"79395447192134180","imei1":"79395447192134180","imei2":"79395447192134180","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:53:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185932,"job_number":"JOB_185932","tr_customer_id":185950,"tr_customer_product_id":185940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:56:57.000Z","modified_at":"2026-02-14T06:56:57.000Z","name":"Dora Runte","mobile_number":"608-631-7021","email_id":"Hannah.Gibson90@yahoo.com","dop":"2026-01-04","serial_number":"50444960959563770","imei1":"50444960959563770","imei2":"50444960959563770","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185934,"job_number":"JOB_185934","tr_customer_id":185952,"tr_customer_product_id":185942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:00:13.000Z","modified_at":"2026-02-14T07:00:13.000Z","name":"Moriah Little","mobile_number":"858-223-0828","email_id":"Candelario_Hermiston14@hotmail.com","dop":"2026-01-04","serial_number":"89260976956445600","imei1":"89260976956445600","imei2":"89260976956445600","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185936,"job_number":"JOB_185936","tr_customer_id":185954,"tr_customer_product_id":185944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:01:26.000Z","modified_at":"2026-02-14T07:01:26.000Z","name":"Jess Spencer","mobile_number":"228-919-0074","email_id":"Hertha.Koelpin6@gmail.com","dop":"2026-01-04","serial_number":"89029199890476770","imei1":"89029199890476770","imei2":"89029199890476770","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:01:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185939,"job_number":"JOB_185939","tr_customer_id":185957,"tr_customer_product_id":185947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:05:02.000Z","modified_at":"2026-02-14T07:05:02.000Z","name":"Pauline Gutmann","mobile_number":"665-959-4802","email_id":"Myrtice32@yahoo.com","dop":"2026-01-04","serial_number":"58719095209635464","imei1":"58719095209635464","imei2":"58719095209635464","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185941,"job_number":"JOB_185941","tr_customer_id":185959,"tr_customer_product_id":185949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:09:52.000Z","modified_at":"2026-02-14T07:09:52.000Z","name":"Patrick Kling","mobile_number":"465-904-1784","email_id":"Donato92@yahoo.com","dop":"2026-01-04","serial_number":"72142580099473250","imei1":"72142580099473250","imei2":"72142580099473250","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185943,"job_number":"JOB_185943","tr_customer_id":185961,"tr_customer_product_id":185951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:10:40.000Z","modified_at":"2026-02-14T07:10:40.000Z","name":"Myrna Donnelly","mobile_number":"876-327-9867","email_id":"Katrine.Smitham42@gmail.com","dop":"2026-01-04","serial_number":"32447705225689884","imei1":"32447705225689884","imei2":"32447705225689884","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:10:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185945,"job_number":"JOB_185945","tr_customer_id":185963,"tr_customer_product_id":185953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:11:55.000Z","modified_at":"2026-02-14T07:11:55.000Z","name":"Carmella Reichert","mobile_number":"832-855-7636","email_id":"Bernhard.Kshlerin66@yahoo.com","dop":"2026-01-04","serial_number":"25280515747437040","imei1":"25280515747437040","imei2":"25280515747437040","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:11:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185949,"job_number":"JOB_185949","tr_customer_id":185967,"tr_customer_product_id":185957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:31:40.000Z","modified_at":"2026-02-14T07:31:40.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17756054657052","imei1":"17756054657052","imei2":"17756054657052","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185951,"job_number":"JOB_185951","tr_customer_id":185969,"tr_customer_product_id":185959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:04.000Z","modified_at":"2026-02-14T07:32:04.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"17583282080161","imei1":"17583282080161","imei2":"17583282080161","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185953,"job_number":"JOB_185953","tr_customer_id":185971,"tr_customer_product_id":185961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:05.000Z","modified_at":"2026-02-14T07:32:05.000Z","name":"Brycen Hermiston","mobile_number":"597-792-5552","email_id":"Wilfredo_Treutel@hotmail.com","dop":"2026-01-04","serial_number":"82554270145659060","imei1":"82554270145659060","imei2":"82554270145659060","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185954,"job_number":"JOB_185954","tr_customer_id":185972,"tr_customer_product_id":185962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:27.000Z","modified_at":"2026-02-14T07:32:27.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"17436778869546","imei1":"17436778869546","imei2":"17436778869546","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185956,"job_number":"JOB_185956","tr_customer_id":185974,"tr_customer_product_id":185964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:32:28.000Z","modified_at":"2026-02-14T07:32:28.000Z","name":"Adrian Willms","mobile_number":"636-663-2100","email_id":"Carmella.Feil@gmail.com","dop":"2026-01-04","serial_number":"93397706480424300","imei1":"93397706480424300","imei2":"93397706480424300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185957,"job_number":"JOB_185957","tr_customer_id":185975,"tr_customer_product_id":185965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:36:38.000Z","modified_at":"2026-02-14T07:36:38.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"16290073584697","imei1":"16290073584697","imei2":"16290073584697","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185959,"job_number":"JOB_185959","tr_customer_id":185977,"tr_customer_product_id":185967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:36:39.000Z","modified_at":"2026-02-14T07:36:39.000Z","name":"Frieda Dickens","mobile_number":"725-527-7166","email_id":"Flavio_Stamm@hotmail.com","dop":"2026-01-04","serial_number":"82216030281787200","imei1":"82216030281787200","imei2":"82216030281787200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185960,"job_number":"JOB_185960","tr_customer_id":185978,"tr_customer_product_id":185968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:02.000Z","modified_at":"2026-02-14T07:37:02.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"15124177209806","imei1":"15124177209806","imei2":"15124177209806","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185962,"job_number":"JOB_185962","tr_customer_id":185980,"tr_customer_product_id":185970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:02.000Z","modified_at":"2026-02-14T07:37:02.000Z","name":"Kadin Waters","mobile_number":"291-931-3941","email_id":"Willis.Weber@gmail.com","dop":"2026-01-04","serial_number":"35856449434006690","imei1":"35856449434006690","imei2":"35856449434006690","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185963,"job_number":"JOB_185963","tr_customer_id":185981,"tr_customer_product_id":185971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:25.000Z","modified_at":"2026-02-14T07:37:25.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"16201099216403","imei1":"16201099216403","imei2":"16201099216403","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185965,"job_number":"JOB_185965","tr_customer_id":185983,"tr_customer_product_id":185973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:37:25.000Z","modified_at":"2026-02-14T07:37:25.000Z","name":"Abigail Homenick","mobile_number":"775-652-4729","email_id":"Claudie_Beier47@yahoo.com","dop":"2026-01-04","serial_number":"69021462727489140","imei1":"69021462727489140","imei2":"69021462727489140","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185966,"job_number":"JOB_185966","tr_customer_id":185984,"tr_customer_product_id":185974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:40:04.000Z","modified_at":"2026-02-14T07:40:04.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326682374909","imei1":"17326682374909","imei2":"17326682374909","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185967,"job_number":"JOB_185967","tr_customer_id":185985,"tr_customer_product_id":185975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:40:50.000Z","modified_at":"2026-02-14T07:40:50.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"14626390704375","imei1":"14626390704375","imei2":"14626390704375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185969,"job_number":"JOB_185969","tr_customer_id":185987,"tr_customer_product_id":185977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:40:50.000Z","modified_at":"2026-02-14T07:40:50.000Z","name":"Halle Gutkowski","mobile_number":"445-211-0649","email_id":"Bernice.Collins@yahoo.com","dop":"2026-01-04","serial_number":"30712350083169772","imei1":"30712350083169772","imei2":"30712350083169772","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185970,"job_number":"JOB_185970","tr_customer_id":185988,"tr_customer_product_id":185978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:13.000Z","modified_at":"2026-02-14T07:41:13.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"17113272473049","imei1":"17113272473049","imei2":"17113272473049","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185972,"job_number":"JOB_185972","tr_customer_id":185990,"tr_customer_product_id":185980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:14.000Z","modified_at":"2026-02-14T07:41:14.000Z","name":"Stacy Halvorson","mobile_number":"567-350-1890","email_id":"Robert_Leannon60@gmail.com","dop":"2026-01-04","serial_number":"12471259005279658","imei1":"12471259005279658","imei2":"12471259005279658","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185974,"job_number":"JOB_185974","tr_customer_id":185992,"tr_customer_product_id":185982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:37.000Z","modified_at":"2026-02-14T07:41:37.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"10927056080797","imei1":"10927056080797","imei2":"10927056080797","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185976,"job_number":"JOB_185976","tr_customer_id":185994,"tr_customer_product_id":185984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:37.000Z","modified_at":"2026-02-14T07:41:37.000Z","name":"Michele Kulas","mobile_number":"403-987-5708","email_id":"Darrel_Gulgowski68@gmail.com","dop":"2026-01-04","serial_number":"88163946358508400","imei1":"88163946358508400","imei2":"88163946358508400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185977,"job_number":"JOB_185977","tr_customer_id":185995,"tr_customer_product_id":185985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:45:00.000Z","modified_at":"2026-02-14T07:45:00.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326682374919","imei1":"17326682374919","imei2":"17326682374919","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185979,"job_number":"JOB_185979","tr_customer_id":185997,"tr_customer_product_id":185987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:52:04.000Z","modified_at":"2026-02-14T07:52:04.000Z","name":"Patience Ernser","mobile_number":"241-888-5104","email_id":"Natasha24@gmail.com","dop":"2025-04-06","serial_number":"12875187759239286","imei1":"12875187759239286","imei2":"12875187759239286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185984,"job_number":"JOB_185984","tr_customer_id":186002,"tr_customer_product_id":185992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:52:45.000Z","modified_at":"2026-02-14T07:52:45.000Z","name":"Marian Hessel","mobile_number":"470-553-8728","email_id":"Javier.Boehm@yahoo.com","dop":"2025-04-06","serial_number":"15446185825462312","imei1":"15446185825462312","imei2":"15446185825462312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185985,"job_number":"JOB_185985","tr_customer_id":186003,"tr_customer_product_id":185993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:56:15.000Z","modified_at":"2026-02-14T07:56:15.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326682374519","imei1":"17326682374519","imei2":"17326682374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185986,"job_number":"JOB_185986","tr_customer_id":186004,"tr_customer_product_id":185994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:56:57.000Z","modified_at":"2026-02-14T07:56:57.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"17326681374519","imei1":"17326681374519","imei2":"17326681374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185987,"job_number":"JOB_185987","tr_customer_id":186005,"tr_customer_product_id":185995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:58:01.000Z","modified_at":"2026-02-14T07:58:01.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"07326681374519","imei1":"07326681374519","imei2":"07326681374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T07:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185988,"job_number":"JOB_185988","tr_customer_id":186006,"tr_customer_product_id":185996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:01:00.000Z","modified_at":"2026-02-14T08:01:00.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77326681374519","imei1":"77326681374519","imei2":"77326681374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185990,"job_number":"JOB_185990","tr_customer_id":186008,"tr_customer_product_id":185998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:07:13.000Z","modified_at":"2026-02-14T08:07:13.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77326981374519","imei1":"77326981374519","imei2":"77326981374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:07:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185991,"job_number":"JOB_185991","tr_customer_id":186009,"tr_customer_product_id":185999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:10:39.000Z","modified_at":"2026-02-14T08:10:39.000Z","name":"Siddharth Tambat","mobile_number":"8562028882","email_id":"abc@xyz.com","dop":"2026-01-03","serial_number":"086294063683839","imei1":"086294063683839","imei2":"086294063683839","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:10:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185992,"job_number":"JOB_185992","tr_customer_id":186010,"tr_customer_product_id":186000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:19:18.000Z","modified_at":"2026-02-14T08:19:18.000Z","name":"Jatin Sharma","mobile_number":"8007144944","email_id":"aastha.bhar07@mail.com","dop":"2026-02-13","serial_number":"78998678998090","imei1":"78998678998090","imei2":"78998678998090","popurl":"2026-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185993,"job_number":"JOB_185993","tr_customer_id":186011,"tr_customer_product_id":186001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:26:12.000Z","modified_at":"2026-02-14T08:26:12.000Z","name":"Jatin Sharma","mobile_number":"8007144944","email_id":"aastha.bhar07@mail.com","dop":"2026-02-13","serial_number":"78998678998091","imei1":"78998678998091","imei2":"78998678998091","popurl":"2026-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185994,"job_number":"JOB_185994","tr_customer_id":186012,"tr_customer_product_id":186002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:26:42.000Z","modified_at":"2026-02-14T08:26:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13697484879712","imei1":"13697484879712","imei2":"13697484879712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:26:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185996,"job_number":"JOB_185996","tr_customer_id":186014,"tr_customer_product_id":186004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:26:44.000Z","modified_at":"2026-02-14T08:26:44.000Z","name":"Westley Goodwin","mobile_number":"270-607-4892","email_id":"Ada16@hotmail.com","dop":"2025-04-06","serial_number":"13149578261766166","imei1":"13149578261766166","imei2":"13149578261766166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185997,"job_number":"JOB_185997","tr_customer_id":186015,"tr_customer_product_id":186005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:27:28.000Z","modified_at":"2026-02-14T08:27:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17353875275119","imei1":"17353875275119","imei2":"17353875275119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185999,"job_number":"JOB_185999","tr_customer_id":186017,"tr_customer_product_id":186007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:27:30.000Z","modified_at":"2026-02-14T08:27:30.000Z","name":"Curtis Romaguera","mobile_number":"436-220-8826","email_id":"Lupe_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11507861583642052","imei1":"11507861583642052","imei2":"11507861583642052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186000,"job_number":"JOB_186000","tr_customer_id":186018,"tr_customer_product_id":186008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:28:13.000Z","modified_at":"2026-02-14T08:28:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11552947219072","imei1":"11552947219072","imei2":"11552947219072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:28:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186002,"job_number":"JOB_186002","tr_customer_id":186020,"tr_customer_product_id":186010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:28:15.000Z","modified_at":"2026-02-14T08:28:15.000Z","name":"Dillan Thompson","mobile_number":"913-952-7262","email_id":"Kaela.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"12382442539491184","imei1":"12382442539491184","imei2":"12382442539491184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186003,"job_number":"JOB_186003","tr_customer_id":186021,"tr_customer_product_id":186011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:30:44.000Z","modified_at":"2026-02-14T08:30:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18751636038329","imei1":"18751636038329","imei2":"18751636038329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:30:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186005,"job_number":"JOB_186005","tr_customer_id":186023,"tr_customer_product_id":186013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:30:46.000Z","modified_at":"2026-02-14T08:30:46.000Z","name":"Adrien Herman","mobile_number":"369-279-4521","email_id":"Haylee.Nolan19@yahoo.com","dop":"2025-04-06","serial_number":"10488510291962164","imei1":"10488510291962164","imei2":"10488510291962164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:30:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186006,"job_number":"JOB_186006","tr_customer_id":186024,"tr_customer_product_id":186014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:31:28.000Z","modified_at":"2026-02-14T08:31:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14738717897170","imei1":"14738717897170","imei2":"14738717897170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186008,"job_number":"JOB_186008","tr_customer_id":186026,"tr_customer_product_id":186016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:31:29.000Z","modified_at":"2026-02-14T08:31:29.000Z","name":"Raleigh Champlin","mobile_number":"496-811-7481","email_id":"Pansy_Zieme3@gmail.com","dop":"2025-04-06","serial_number":"15076098813080694","imei1":"15076098813080694","imei2":"15076098813080694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:31:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186009,"job_number":"JOB_186009","tr_customer_id":186027,"tr_customer_product_id":186017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:32:11.000Z","modified_at":"2026-02-14T08:32:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16212744282750","imei1":"16212744282750","imei2":"16212744282750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:32:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186011,"job_number":"JOB_186011","tr_customer_id":186029,"tr_customer_product_id":186019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:32:12.000Z","modified_at":"2026-02-14T08:32:12.000Z","name":"Estevan Batz","mobile_number":"448-953-1543","email_id":"Alexie30@gmail.com","dop":"2025-04-06","serial_number":"17537382244859524","imei1":"17537382244859524","imei2":"17537382244859524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:32:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186014,"job_number":"JOB_186014","tr_customer_id":186032,"tr_customer_product_id":186022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:51:31.000Z","modified_at":"2026-02-14T08:51:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13054752739234","imei1":"13054752739234","imei2":"13054752739234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186016,"job_number":"JOB_186016","tr_customer_id":186034,"tr_customer_product_id":186024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:51:33.000Z","modified_at":"2026-02-14T08:51:33.000Z","name":"Genevieve Stehr","mobile_number":"613-703-4658","email_id":"Esteban.Baumbach37@yahoo.com","dop":"2025-04-06","serial_number":"18840115366257812","imei1":"18840115366257812","imei2":"18840115366257812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186017,"job_number":"JOB_186017","tr_customer_id":186035,"tr_customer_product_id":186025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:52:16.000Z","modified_at":"2026-02-14T08:52:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18974970139635","imei1":"18974970139635","imei2":"18974970139635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186019,"job_number":"JOB_186019","tr_customer_id":186037,"tr_customer_product_id":186027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:52:18.000Z","modified_at":"2026-02-14T08:52:18.000Z","name":"Oswald Crooks","mobile_number":"826-659-4051","email_id":"Coralie56@yahoo.com","dop":"2025-04-06","serial_number":"19659734481777756","imei1":"19659734481777756","imei2":"19659734481777756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186020,"job_number":"JOB_186020","tr_customer_id":186038,"tr_customer_product_id":186028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:53:01.000Z","modified_at":"2026-02-14T08:53:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13910833896185","imei1":"13910833896185","imei2":"13910833896185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186022,"job_number":"JOB_186022","tr_customer_id":186040,"tr_customer_product_id":186030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:53:02.000Z","modified_at":"2026-02-14T08:53:02.000Z","name":"Jannie Dickinson","mobile_number":"889-944-5005","email_id":"Trace53@hotmail.com","dop":"2025-04-06","serial_number":"12563506645912202","imei1":"12563506645912202","imei2":"12563506645912202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186023,"job_number":"JOB_186023","tr_customer_id":186041,"tr_customer_product_id":186031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:13:36.000Z","modified_at":"2026-02-14T09:13:36.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77323311374519","imei1":"77323311374519","imei2":"77323311374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:13:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186024,"job_number":"JOB_186024","tr_customer_id":186044,"tr_customer_product_id":186034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Anunay Abbott","mobile_number":"7469294386","email_id":"ananta.asan@hotmail.com","dop":"2026-02-04","serial_number":"073876018550517","imei1":"073876018550517","imei2":"073876018550517","popurl":"www.achintya-shukla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186025,"job_number":"JOB_186025","tr_customer_id":186043,"tr_customer_product_id":186033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Daksha Rana","mobile_number":"7438293505","email_id":"chandra.kaul@gmail.com","dop":"2026-02-04","serial_number":"955028855140452","imei1":"955028855140452","imei2":"955028855140452","popurl":"www.ujjawal-agarwal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186026,"job_number":"JOB_186026","tr_customer_id":186042,"tr_customer_product_id":186032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Niro Asan","mobile_number":"7402833945","email_id":"mukesh.dwivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"910030366588960","imei1":"910030366588960","imei2":"910030366588960","popurl":"www.digambar-talwar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186027,"job_number":"JOB_186027","tr_customer_id":186045,"tr_customer_product_id":186035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Narendra Nair","mobile_number":"7429015242","email_id":"uttam.nair@hotmail.com","dop":"2026-02-04","serial_number":"677875738332761","imei1":"677875738332761","imei2":"677875738332761","popurl":"www.lila-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186028,"job_number":"JOB_186028","tr_customer_id":186046,"tr_customer_product_id":186036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Indra Talwar","mobile_number":"7466021368","email_id":"kashyap.kakkar@gmail.com","dop":"2026-02-04","serial_number":"887771087151866","imei1":"887771087151866","imei2":"887771087151866","popurl":"www.goswami-mukhopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186029,"job_number":"JOB_186029","tr_customer_id":186047,"tr_customer_product_id":186037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Rajan Bhattacharya","mobile_number":"7459307586","email_id":"chandranath.dwivedi@hotmail.com","dop":"2026-02-04","serial_number":"405732215828105","imei1":"405732215828105","imei2":"405732215828105","popurl":"www.chanda-guha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186030,"job_number":"JOB_186030","tr_customer_id":186048,"tr_customer_product_id":186038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Digambara Khatri","mobile_number":"7407051470","email_id":"divjot.trivedi@hotmail.com","dop":"2026-02-04","serial_number":"078015799622426","imei1":"078015799622426","imei2":"078015799622426","popurl":"www.ganak-asan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186031,"job_number":"JOB_186031","tr_customer_id":186049,"tr_customer_product_id":186039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Bhisham Dubashi","mobile_number":"7498961148","email_id":"menka.khan@gmail.com","dop":"2026-02-04","serial_number":"732587538518884","imei1":"732587538518884","imei2":"732587538518884","popurl":"www.dhanvin-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186032,"job_number":"JOB_186032","tr_customer_id":186050,"tr_customer_product_id":186040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Daksha Mehrotra","mobile_number":"7424009010","email_id":"bhudeva.tandon@gmail.com","dop":"2026-02-04","serial_number":"769680462413594","imei1":"769680462413594","imei2":"769680462413594","popurl":"www.chaitan-bhat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186033,"job_number":"JOB_186033","tr_customer_id":186051,"tr_customer_product_id":186041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:44.000Z","modified_at":"2026-02-14T09:53:44.000Z","name":"Gopaal Chaturvedi","mobile_number":"7413900748","email_id":"chiranjeev.tagore@gmail.com","dop":"2026-02-04","serial_number":"420941212529752","imei1":"420941212529752","imei2":"420941212529752","popurl":"www.datta-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186034,"job_number":"JOB_186034","tr_customer_id":186052,"tr_customer_product_id":186042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Agasti Deshpande","mobile_number":"7480296768","email_id":"anusuya.shah@yahoo.co.in","dop":"2026-02-04","serial_number":"798998882173277","imei1":"798998882173277","imei2":"798998882173277","popurl":"www.akshata-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186035,"job_number":"JOB_186035","tr_customer_id":186053,"tr_customer_product_id":186043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Varalakshmi Patil","mobile_number":"7435983522","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-02-04","serial_number":"885413520159892","imei1":"885413520159892","imei2":"885413520159892","popurl":"www.manikya-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186036,"job_number":"JOB_186036","tr_customer_id":186054,"tr_customer_product_id":186044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Rajinder Menon","mobile_number":"7421676163","email_id":"rohan.varma@hotmail.com","dop":"2026-02-04","serial_number":"852781878619394","imei1":"852781878619394","imei2":"852781878619394","popurl":"www.adityanandana-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186037,"job_number":"JOB_186037","tr_customer_id":186055,"tr_customer_product_id":186045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Suryakanta Acharya","mobile_number":"7455742488","email_id":"bakula.dhawan@gmail.com","dop":"2026-02-04","serial_number":"978572133047522","imei1":"978572133047522","imei2":"978572133047522","popurl":"www.niro-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186038,"job_number":"JOB_186038","tr_customer_id":186056,"tr_customer_product_id":186046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Divya Panicker","mobile_number":"7472572284","email_id":"amrita.guneta@gmail.com","dop":"2026-02-04","serial_number":"983023247965759","imei1":"983023247965759","imei2":"983023247965759","popurl":"www.chanakya-agarwal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186039,"job_number":"JOB_186039","tr_customer_id":186057,"tr_customer_product_id":186047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Deepali Jha","mobile_number":"7424599696","email_id":"swara.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"732377912298450","imei1":"732377912298450","imei2":"732377912298450","popurl":"www.anal-kocchar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186040,"job_number":"JOB_186040","tr_customer_id":186058,"tr_customer_product_id":186048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Lalita Shah","mobile_number":"7485944525","email_id":"umang.deshpande@hotmail.com","dop":"2026-02-04","serial_number":"568061842777367","imei1":"568061842777367","imei2":"568061842777367","popurl":"www.malati-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186041,"job_number":"JOB_186041","tr_customer_id":186059,"tr_customer_product_id":186049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Chandani Achari","mobile_number":"7467287992","email_id":"bankimchandra.singh@yahoo.co.in","dop":"2026-02-04","serial_number":"407996091479593","imei1":"407996091479593","imei2":"407996091479593","popurl":"www.bhuvaneshwar-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186042,"job_number":"JOB_186042","tr_customer_id":186060,"tr_customer_product_id":186050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Daksha Dhawan","mobile_number":"7413709874","email_id":"chaitan.pilla@yahoo.co.in","dop":"2026-02-04","serial_number":"570029129838083","imei1":"570029129838083","imei2":"570029129838083","popurl":"www.aslesha-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186043,"job_number":"JOB_186043","tr_customer_id":186061,"tr_customer_product_id":186051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:45.000Z","modified_at":"2026-02-14T09:53:45.000Z","name":"Anusuya Chattopadhyay","mobile_number":"7423473004","email_id":"baalaaditya.reddy@gmail.com","dop":"2026-02-04","serial_number":"341625587689272","imei1":"341625587689272","imei2":"341625587689272","popurl":"www.abhirath-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186044,"job_number":"JOB_186044","tr_customer_id":186062,"tr_customer_product_id":186052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Preity Ahuja","mobile_number":"7451211298","email_id":"dwaipayan.embranthiri@gmail.com","dop":"2026-02-04","serial_number":"180581361130754","imei1":"180581361130754","imei2":"180581361130754","popurl":"www.akshayakeerti-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186045,"job_number":"JOB_186045","tr_customer_id":186063,"tr_customer_product_id":186053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Pramila Iyengar","mobile_number":"7446028068","email_id":"akshita.butt@hotmail.com","dop":"2026-02-04","serial_number":"458995210375682","imei1":"458995210375682","imei2":"458995210375682","popurl":"www.chiranjeeve-patil.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186046,"job_number":"JOB_186046","tr_customer_id":186064,"tr_customer_product_id":186054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Ganaka Shukla","mobile_number":"7417145308","email_id":"balgopal.iyer@yahoo.co.in","dop":"2026-02-04","serial_number":"288062943339014","imei1":"288062943339014","imei2":"288062943339014","popurl":"www.abhaya-prajapat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186047,"job_number":"JOB_186047","tr_customer_id":186065,"tr_customer_product_id":186055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Atmanand Bandopadhyay","mobile_number":"7461608262","email_id":"opalina.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"505556510911937","imei1":"505556510911937","imei2":"505556510911937","popurl":"www.krishna-varman.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186048,"job_number":"JOB_186048","tr_customer_id":186066,"tr_customer_product_id":186056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Rajinder Sethi","mobile_number":"7420899839","email_id":"satyen.kaniyar@yahoo.co.in","dop":"2026-02-04","serial_number":"353787343083134","imei1":"353787343083134","imei2":"353787343083134","popurl":"www.bahula-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186049,"job_number":"JOB_186049","tr_customer_id":186067,"tr_customer_product_id":186057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Elakshi Nehru","mobile_number":"7481266935","email_id":"arya.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"002236771569917","imei1":"002236771569917","imei2":"002236771569917","popurl":"www.subodh-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186050,"job_number":"JOB_186050","tr_customer_id":186068,"tr_customer_product_id":186058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Javas Adiga","mobile_number":"7476062160","email_id":"ekdant.abbott@yahoo.co.in","dop":"2026-02-04","serial_number":"979855833477032","imei1":"979855833477032","imei2":"979855833477032","popurl":"www.adripathi-varman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186051,"job_number":"JOB_186051","tr_customer_id":186069,"tr_customer_product_id":186059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Narayan Ahuja","mobile_number":"7462137843","email_id":"nagabhushanam.sethi@yahoo.co.in","dop":"2026-02-04","serial_number":"628644704237243","imei1":"628644704237243","imei2":"628644704237243","popurl":"www.aalok-bandopadhyay.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186052,"job_number":"JOB_186052","tr_customer_id":186070,"tr_customer_product_id":186060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Deeptimoy Dhawan","mobile_number":"7429925157","email_id":"aasa.kakkar@gmail.com","dop":"2026-02-04","serial_number":"548411735102735","imei1":"548411735102735","imei2":"548411735102735","popurl":"www.lai-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186053,"job_number":"JOB_186053","tr_customer_id":186071,"tr_customer_product_id":186061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Chitraksh Pandey","mobile_number":"7451843098","email_id":"mina.nehru@hotmail.com","dop":"2026-02-04","serial_number":"660847374907930","imei1":"660847374907930","imei2":"660847374907930","popurl":"www.bilva-mishra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186054,"job_number":"JOB_186054","tr_customer_id":186072,"tr_customer_product_id":186062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Rukhmani Kapoor","mobile_number":"7435802554","email_id":"saraswati.embranthiri@hotmail.com","dop":"2026-02-04","serial_number":"538803210940853","imei1":"538803210940853","imei2":"538803210940853","popurl":"www.dayamayee-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186055,"job_number":"JOB_186055","tr_customer_id":186073,"tr_customer_product_id":186063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Subhash Shah","mobile_number":"7490148872","email_id":"rajan.khatri@yahoo.co.in","dop":"2026-02-04","serial_number":"275793277385923","imei1":"275793277385923","imei2":"275793277385923","popurl":"www.lai-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186056,"job_number":"JOB_186056","tr_customer_id":186074,"tr_customer_product_id":186064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Devika Sinha","mobile_number":"7486280777","email_id":"bhudeva.nair@gmail.com","dop":"2026-02-04","serial_number":"596205860997337","imei1":"596205860997337","imei2":"596205860997337","popurl":"www.arun-khanna.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186057,"job_number":"JOB_186057","tr_customer_id":186075,"tr_customer_product_id":186065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:46.000Z","name":"Brijesh Bandopadhyay","mobile_number":"7443159830","email_id":"bheeshma.nehru@hotmail.com","dop":"2026-02-04","serial_number":"665786708060091","imei1":"665786708060091","imei2":"665786708060091","popurl":"www.basanti-nayar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186058,"job_number":"JOB_186058","tr_customer_id":186076,"tr_customer_product_id":186066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:46.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Gurdev Khanna","mobile_number":"7493292747","email_id":"satish.nehru@yahoo.co.in","dop":"2026-02-04","serial_number":"114508047389329","imei1":"114508047389329","imei2":"114508047389329","popurl":"www.gemini-asan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186059,"job_number":"JOB_186059","tr_customer_id":186077,"tr_customer_product_id":186067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Nagabhushanam Pothuvaal","mobile_number":"7487815138","email_id":"manoj.bandopadhyay@hotmail.com","dop":"2026-02-04","serial_number":"484176856300059","imei1":"484176856300059","imei2":"484176856300059","popurl":"www.mahesh-prajapat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186060,"job_number":"JOB_186060","tr_customer_id":186078,"tr_customer_product_id":186068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Bhaves Acharya","mobile_number":"7438364715","email_id":"drona.panicker@gmail.com","dop":"2026-02-04","serial_number":"177071789094803","imei1":"177071789094803","imei2":"177071789094803","popurl":"www.lal-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186061,"job_number":"JOB_186061","tr_customer_id":186080,"tr_customer_product_id":186070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Vaishno Iyengar","mobile_number":"7403012670","email_id":"jyotsana.prajapat@hotmail.com","dop":"2026-02-04","serial_number":"270964612864381","imei1":"270964612864381","imei2":"270964612864381","popurl":"www.himadri-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186062,"job_number":"JOB_186062","tr_customer_id":186079,"tr_customer_product_id":186069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Anshula Mehra","mobile_number":"7463111757","email_id":"mahendra.bhattathiri@gmail.com","dop":"2026-02-04","serial_number":"073950724683354","imei1":"073950724683354","imei2":"073950724683354","popurl":"www.arjun-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186063,"job_number":"JOB_186063","tr_customer_id":186081,"tr_customer_product_id":186071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Devagya Nayar","mobile_number":"7429607921","email_id":"durgeshwari.talwar@gmail.com","dop":"2026-02-04","serial_number":"856031111725946","imei1":"856031111725946","imei2":"856031111725946","popurl":"www.vidhur-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186064,"job_number":"JOB_186064","tr_customer_id":186082,"tr_customer_product_id":186072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Akshainie Joshi","mobile_number":"7423668622","email_id":"abani.malik@gmail.com","dop":"2026-02-04","serial_number":"509644439356543","imei1":"509644439356543","imei2":"509644439356543","popurl":"www.daksha-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186065,"job_number":"JOB_186065","tr_customer_id":186083,"tr_customer_product_id":186073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Kamala Bhattacharya","mobile_number":"7424521010","email_id":"dhanpati.bandopadhyay@yahoo.co.in","dop":"2026-02-04","serial_number":"745796985761108","imei1":"745796985761108","imei2":"745796985761108","popurl":"www.leela-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186066,"job_number":"JOB_186066","tr_customer_id":186084,"tr_customer_product_id":186074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Mangala Varma","mobile_number":"7426093785","email_id":"priya.kocchar@gmail.com","dop":"2026-02-04","serial_number":"942466053430417","imei1":"942466053430417","imei2":"942466053430417","popurl":"www.manikya-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186067,"job_number":"JOB_186067","tr_customer_id":186085,"tr_customer_product_id":186075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Dakshayani Tagore","mobile_number":"7497113637","email_id":"anand.arora@yahoo.co.in","dop":"2026-02-04","serial_number":"888891805752241","imei1":"888891805752241","imei2":"888891805752241","popurl":"www.yogendra-trivedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186068,"job_number":"JOB_186068","tr_customer_id":186086,"tr_customer_product_id":186076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Anurag Desai","mobile_number":"7420637278","email_id":"sudeva.dubashi@gmail.com","dop":"2026-02-04","serial_number":"014036903751885","imei1":"014036903751885","imei2":"014036903751885","popurl":"www.shashikala-bhattathiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186069,"job_number":"JOB_186069","tr_customer_id":186087,"tr_customer_product_id":186077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Mani Malik","mobile_number":"7458420850","email_id":"gemini.gupta@yahoo.co.in","dop":"2026-02-04","serial_number":"696018165019930","imei1":"696018165019930","imei2":"696018165019930","popurl":"www.tanushri-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186070,"job_number":"JOB_186070","tr_customer_id":186088,"tr_customer_product_id":186078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Gajaadhar Gill","mobile_number":"7469226953","email_id":"ankal.mukhopadhyay@yahoo.co.in","dop":"2026-02-04","serial_number":"729027546007897","imei1":"729027546007897","imei2":"729027546007897","popurl":"www.deepankar-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186071,"job_number":"JOB_186071","tr_customer_id":186089,"tr_customer_product_id":186079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Manjusha Mahajan","mobile_number":"7449908482","email_id":"akshayakeerti.mehrotra@yahoo.co.in","dop":"2026-02-04","serial_number":"630295600449976","imei1":"630295600449976","imei2":"630295600449976","popurl":"www.anusuya-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186072,"job_number":"JOB_186072","tr_customer_id":186091,"tr_customer_product_id":186081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Brahmdev Jain","mobile_number":"7479346076","email_id":"kanak.tagore@gmail.com","dop":"2026-02-04","serial_number":"641873459894360","imei1":"641873459894360","imei2":"641873459894360","popurl":"www.aadrika-kaur.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186073,"job_number":"JOB_186073","tr_customer_id":186090,"tr_customer_product_id":186080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Girik Acharya","mobile_number":"7404389373","email_id":"bhuvanesh.nambeesan@yahoo.co.in","dop":"2026-02-04","serial_number":"984166705469207","imei1":"984166705469207","imei2":"984166705469207","popurl":"www.gurdev-shukla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186074,"job_number":"JOB_186074","tr_customer_id":186092,"tr_customer_product_id":186082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Devi Panicker","mobile_number":"7476007141","email_id":"dhananjay.ahluwalia@yahoo.co.in","dop":"2026-02-04","serial_number":"973862563737920","imei1":"973862563737920","imei2":"973862563737920","popurl":"www.dipankar-mukhopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186075,"job_number":"JOB_186075","tr_customer_id":186093,"tr_customer_product_id":186083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Adheesh Chopra","mobile_number":"7422528968","email_id":"aditya.sinha@gmail.com","dop":"2026-02-04","serial_number":"571503652529376","imei1":"571503652529376","imei2":"571503652529376","popurl":"www.lakshmi-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186076,"job_number":"JOB_186076","tr_customer_id":186094,"tr_customer_product_id":186084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Suma Chopra","mobile_number":"7484720740","email_id":"jagdish.reddy@hotmail.com","dop":"2026-02-04","serial_number":"401628560187691","imei1":"401628560187691","imei2":"401628560187691","popurl":"www.tanya-bandopadhyay.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186077,"job_number":"JOB_186077","tr_customer_id":186095,"tr_customer_product_id":186085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Chitrali Nehru","mobile_number":"7495524762","email_id":"bhudeva.chopra@gmail.com","dop":"2026-02-04","serial_number":"497203973546459","imei1":"497203973546459","imei2":"497203973546459","popurl":"www.balaaditya-verma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186078,"job_number":"JOB_186078","tr_customer_id":186096,"tr_customer_product_id":186086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:47.000Z","modified_at":"2026-02-14T09:53:47.000Z","name":"Dayamayee Khanna","mobile_number":"7445074029","email_id":"chandraprabha.nambeesan@yahoo.co.in","dop":"2026-02-04","serial_number":"312101966392272","imei1":"312101966392272","imei2":"312101966392272","popurl":"www.leela-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186079,"job_number":"JOB_186079","tr_customer_id":186097,"tr_customer_product_id":186087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Dandak Saini","mobile_number":"7421468740","email_id":"tara.achari@gmail.com","dop":"2026-02-04","serial_number":"017667600457751","imei1":"017667600457751","imei2":"017667600457751","popurl":"www.ekadant-acharya.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186080,"job_number":"JOB_186080","tr_customer_id":186098,"tr_customer_product_id":186088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Chitrali Verma","mobile_number":"7483059988","email_id":"girija.arora@hotmail.com","dop":"2026-02-04","serial_number":"103778904858122","imei1":"103778904858122","imei2":"103778904858122","popurl":"www.sunita-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186081,"job_number":"JOB_186081","tr_customer_id":186099,"tr_customer_product_id":186089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Digambara Panicker","mobile_number":"7400256523","email_id":"laxman.bhat@hotmail.com","dop":"2026-02-04","serial_number":"944920941951025","imei1":"944920941951025","imei2":"944920941951025","popurl":"www.nanda-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186082,"job_number":"JOB_186082","tr_customer_id":186100,"tr_customer_product_id":186090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Kumar Agarwal","mobile_number":"7466931978","email_id":"gauranga.varma@yahoo.co.in","dop":"2026-02-04","serial_number":"694656101685344","imei1":"694656101685344","imei2":"694656101685344","popurl":"www.lakshminath-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186083,"job_number":"JOB_186083","tr_customer_id":186101,"tr_customer_product_id":186091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Ankal Chopra","mobile_number":"7420499922","email_id":"aayushman.trivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"167613107262505","imei1":"167613107262505","imei2":"167613107262505","popurl":"www.balaaditya-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186084,"job_number":"JOB_186084","tr_customer_id":186102,"tr_customer_product_id":186092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Mahesh Nayar","mobile_number":"7418257010","email_id":"kamala.reddy@hotmail.com","dop":"2026-02-04","serial_number":"120783503221399","imei1":"120783503221399","imei2":"120783503221399","popurl":"www.chandravati-ahluwalia.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186085,"job_number":"JOB_186085","tr_customer_id":186103,"tr_customer_product_id":186093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Deb Rana","mobile_number":"7447678466","email_id":"bhagirathi.khanna@yahoo.co.in","dop":"2026-02-04","serial_number":"260254108805074","imei1":"260254108805074","imei2":"260254108805074","popurl":"www.daevika-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186086,"job_number":"JOB_186086","tr_customer_id":186104,"tr_customer_product_id":186094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Dandak Sethi","mobile_number":"7421108575","email_id":"gautam.marar@gmail.com","dop":"2026-02-04","serial_number":"496074146335632","imei1":"496074146335632","imei2":"496074146335632","popurl":"www.archan-iyer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186087,"job_number":"JOB_186087","tr_customer_id":186105,"tr_customer_product_id":186095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Lila Pothuvaal","mobile_number":"7443549127","email_id":"arindam.patel@hotmail.com","dop":"2026-02-04","serial_number":"354014321068000","imei1":"354014321068000","imei2":"354014321068000","popurl":"www.ghanaanand-mukhopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186088,"job_number":"JOB_186088","tr_customer_id":186106,"tr_customer_product_id":186096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Shubhaprada Asan","mobile_number":"7448500205","email_id":"ashok.asan@gmail.com","dop":"2026-02-04","serial_number":"686141513800518","imei1":"686141513800518","imei2":"686141513800518","popurl":"www.rita-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186089,"job_number":"JOB_186089","tr_customer_id":186107,"tr_customer_product_id":186097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Subhash Naik","mobile_number":"7459873097","email_id":"chapala.verma@yahoo.co.in","dop":"2026-02-04","serial_number":"914166704037415","imei1":"914166704037415","imei2":"914166704037415","popurl":"www.jitendra-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186090,"job_number":"JOB_186090","tr_customer_id":186108,"tr_customer_product_id":186098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Sarala Namboothiri","mobile_number":"7488387727","email_id":"birjesh.varman@yahoo.co.in","dop":"2026-02-04","serial_number":"664880535624244","imei1":"664880535624244","imei2":"664880535624244","popurl":"www.gajabahu-abbott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186091,"job_number":"JOB_186091","tr_customer_id":186109,"tr_customer_product_id":186099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Kailash Devar","mobile_number":"7453543923","email_id":"bilwa.ahluwalia@yahoo.co.in","dop":"2026-02-04","serial_number":"882343435218047","imei1":"882343435218047","imei2":"882343435218047","popurl":"www.vedang-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186092,"job_number":"JOB_186092","tr_customer_id":186110,"tr_customer_product_id":186100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Girika Mishra","mobile_number":"7461125694","email_id":"bhavani.bhattacharya@gmail.com","dop":"2026-02-04","serial_number":"823669319963218","imei1":"823669319963218","imei2":"823669319963218","popurl":"www.bhaumik-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186093,"job_number":"JOB_186093","tr_customer_id":186111,"tr_customer_product_id":186101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Girindra Jain","mobile_number":"7491234822","email_id":"vidhur.chopra@hotmail.com","dop":"2026-02-04","serial_number":"489669415908542","imei1":"489669415908542","imei2":"489669415908542","popurl":"www.priyala-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186094,"job_number":"JOB_186094","tr_customer_id":186112,"tr_customer_product_id":186102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Oormila Panicker","mobile_number":"7416472459","email_id":"deeptanshu.adiga@gmail.com","dop":"2026-02-04","serial_number":"708049096880058","imei1":"708049096880058","imei2":"708049096880058","popurl":"www.chandradev-pandey.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186095,"job_number":"JOB_186095","tr_customer_id":186113,"tr_customer_product_id":186103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:48.000Z","name":"Sarala Bandopadhyay","mobile_number":"7476775431","email_id":"anurag.desai@hotmail.com","dop":"2026-02-04","serial_number":"796448291664578","imei1":"796448291664578","imei2":"796448291664578","popurl":"www.kailash-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186096,"job_number":"JOB_186096","tr_customer_id":186114,"tr_customer_product_id":186104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Balagovind Malik","mobile_number":"7450615894","email_id":"hiranmaya.marar@gmail.com","dop":"2026-02-04","serial_number":"204758445937053","imei1":"204758445937053","imei2":"204758445937053","popurl":"www.ajit-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186097,"job_number":"JOB_186097","tr_customer_id":186115,"tr_customer_product_id":186105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bharat Kakkar","mobile_number":"7450559865","email_id":"sunita.chopra@hotmail.com","dop":"2026-02-04","serial_number":"766850086379371","imei1":"766850086379371","imei2":"766850086379371","popurl":"www.aanandinii-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186098,"job_number":"JOB_186098","tr_customer_id":186116,"tr_customer_product_id":186106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:48.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Gopaal Naik","mobile_number":"7489528165","email_id":"deven.nehru@hotmail.com","dop":"2026-02-04","serial_number":"069021666521682","imei1":"069021666521682","imei2":"069021666521682","popurl":"www.chandani-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186099,"job_number":"JOB_186099","tr_customer_id":186117,"tr_customer_product_id":186107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bilva Saini","mobile_number":"7435457114","email_id":"chandraayan.nayar@yahoo.co.in","dop":"2026-02-04","serial_number":"673487008636382","imei1":"673487008636382","imei2":"673487008636382","popurl":"www.surya-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186100,"job_number":"JOB_186100","tr_customer_id":186118,"tr_customer_product_id":186108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Daevika Deshpande","mobile_number":"7448561664","email_id":"kailash.dwivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"030622850389419","imei1":"030622850389419","imei2":"030622850389419","popurl":"www.chinmayanand-pilla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186101,"job_number":"JOB_186101","tr_customer_id":186119,"tr_customer_product_id":186109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Malti Ahluwalia","mobile_number":"7472679072","email_id":"gemine.pandey@hotmail.com","dop":"2026-02-04","serial_number":"118697805980021","imei1":"118697805980021","imei2":"118697805980021","popurl":"www.jay-iyengar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186102,"job_number":"JOB_186102","tr_customer_id":186120,"tr_customer_product_id":186110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Leela Varma","mobile_number":"7462709257","email_id":"vaijayanthi.pillai@gmail.com","dop":"2026-02-04","serial_number":"390059703530864","imei1":"390059703530864","imei2":"390059703530864","popurl":"www.chaitan-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186103,"job_number":"JOB_186103","tr_customer_id":186121,"tr_customer_product_id":186111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Amritambu Marar","mobile_number":"7474407574","email_id":"hiranya.asan@gmail.com","dop":"2026-02-04","serial_number":"077370291787146","imei1":"077370291787146","imei2":"077370291787146","popurl":"www.som-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186104,"job_number":"JOB_186104","tr_customer_id":186122,"tr_customer_product_id":186112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Ekdant Sethi","mobile_number":"7433307567","email_id":"aamod.varma@gmail.com","dop":"2026-02-04","serial_number":"928240027796297","imei1":"928240027796297","imei2":"928240027796297","popurl":"www.bishnu-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186105,"job_number":"JOB_186105","tr_customer_id":186123,"tr_customer_product_id":186113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Darshwana Tandon","mobile_number":"7456160981","email_id":"bhamini.acharya@hotmail.com","dop":"2026-02-04","serial_number":"676638953150145","imei1":"676638953150145","imei2":"676638953150145","popurl":"www.chakrika-nambeesan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186106,"job_number":"JOB_186106","tr_customer_id":186124,"tr_customer_product_id":186114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Vaidehi Namboothiri","mobile_number":"7497386875","email_id":"jitender.nayar@hotmail.com","dop":"2026-02-04","serial_number":"686000509235763","imei1":"686000509235763","imei2":"686000509235763","popurl":"www.mahesh-abbott.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186107,"job_number":"JOB_186107","tr_customer_id":186125,"tr_customer_product_id":186115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bhamini Bhattacharya","mobile_number":"7492850502","email_id":"divaakar.trivedi@yahoo.co.in","dop":"2026-02-04","serial_number":"194673556845187","imei1":"194673556845187","imei2":"194673556845187","popurl":"www.dhanapati-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186108,"job_number":"JOB_186108","tr_customer_id":186126,"tr_customer_product_id":186116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Gajabahu Nair","mobile_number":"7410929028","email_id":"bandhu.banerjee@yahoo.co.in","dop":"2026-02-04","serial_number":"135415101797994","imei1":"135415101797994","imei2":"135415101797994","popurl":"www.manikya-guneta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186109,"job_number":"JOB_186109","tr_customer_id":186127,"tr_customer_product_id":186117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Sharmila Acharya","mobile_number":"7432005881","email_id":"tanya.naik@yahoo.co.in","dop":"2026-02-04","serial_number":"666863239077225","imei1":"666863239077225","imei2":"666863239077225","popurl":"www.uttam-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186110,"job_number":"JOB_186110","tr_customer_id":186128,"tr_customer_product_id":186118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Diptendu Trivedi","mobile_number":"7453700057","email_id":"gandharva.sinha@hotmail.com","dop":"2026-02-04","serial_number":"676918467369278","imei1":"676918467369278","imei2":"676918467369278","popurl":"www.gajadhar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186111,"job_number":"JOB_186111","tr_customer_id":186129,"tr_customer_product_id":186119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Gitanjali Saini","mobile_number":"7487121350","email_id":"dipali.guneta@gmail.com","dop":"2026-02-04","serial_number":"300487791421917","imei1":"300487791421917","imei2":"300487791421917","popurl":"www.divaakar-varrier.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186112,"job_number":"JOB_186112","tr_customer_id":186130,"tr_customer_product_id":186120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Dhatri Mahajan","mobile_number":"7431492774","email_id":"bhadrak.khanna@yahoo.co.in","dop":"2026-02-04","serial_number":"822016746045668","imei1":"822016746045668","imei2":"822016746045668","popurl":"www.bakula-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186113,"job_number":"JOB_186113","tr_customer_id":186131,"tr_customer_product_id":186121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bhargava Patil","mobile_number":"7429190657","email_id":"deeptendu.pilla@yahoo.co.in","dop":"2026-02-04","serial_number":"613241991596087","imei1":"613241991596087","imei2":"613241991596087","popurl":"www.mani-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186114,"job_number":"JOB_186114","tr_customer_id":186132,"tr_customer_product_id":186123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Chidananda Nambeesan","mobile_number":"7456661265","email_id":"dhanpati.khatri@hotmail.com","dop":"2026-02-04","serial_number":"906193824338867","imei1":"906193824338867","imei2":"906193824338867","popurl":"www.mani-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186115,"job_number":"JOB_186115","tr_customer_id":186133,"tr_customer_product_id":186122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Kashyap Mehrotra","mobile_number":"7423985981","email_id":"opalina.sinha@gmail.com","dop":"2026-02-04","serial_number":"446934921776665","imei1":"446934921776665","imei2":"446934921776665","popurl":"www.chandraprabha-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186116,"job_number":"JOB_186116","tr_customer_id":186134,"tr_customer_product_id":186124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Pran Iyengar","mobile_number":"7483995656","email_id":"himadri.sinha@yahoo.co.in","dop":"2026-02-04","serial_number":"733388890861173","imei1":"733388890861173","imei2":"733388890861173","popurl":"www.sumitra-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186117,"job_number":"JOB_186117","tr_customer_id":186135,"tr_customer_product_id":186125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Bhaaswar Sinha","mobile_number":"7470973713","email_id":"ranjit.tandon@gmail.com","dop":"2026-02-04","serial_number":"489907086472653","imei1":"489907086472653","imei2":"489907086472653","popurl":"www.triloki nath-dhawan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186118,"job_number":"JOB_186118","tr_customer_id":186136,"tr_customer_product_id":186126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:49.000Z","name":"Agrata Butt","mobile_number":"7483078717","email_id":"ashlesh.jain@gmail.com","dop":"2026-02-04","serial_number":"910108368519656","imei1":"910108368519656","imei2":"910108368519656","popurl":"www.tejas-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186119,"job_number":"JOB_186119","tr_customer_id":186138,"tr_customer_product_id":186127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:49.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Goswami Achari","mobile_number":"7463203887","email_id":"padma.tagore@hotmail.com","dop":"2026-02-04","serial_number":"626121886831476","imei1":"626121886831476","imei2":"626121886831476","popurl":"www.akshat-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186120,"job_number":"JOB_186120","tr_customer_id":186137,"tr_customer_product_id":186128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Ahalya Dhawan","mobile_number":"7411173665","email_id":"kama.ganaka@hotmail.com","dop":"2026-02-04","serial_number":"378879316071159","imei1":"378879316071159","imei2":"378879316071159","popurl":"www.adinath-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186121,"job_number":"JOB_186121","tr_customer_id":186139,"tr_customer_product_id":186129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Balgopal Joshi","mobile_number":"7496800740","email_id":"ekaaksh.guneta@hotmail.com","dop":"2026-02-04","serial_number":"208556256170444","imei1":"208556256170444","imei2":"208556256170444","popurl":"www.brijesh-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186122,"job_number":"JOB_186122","tr_customer_id":186140,"tr_customer_product_id":186130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Dharmaketu Mishra","mobile_number":"7463593573","email_id":"abhaya.naik@yahoo.co.in","dop":"2026-02-04","serial_number":"592092899758289","imei1":"592092899758289","imei2":"592092899758289","popurl":"www.sanjay-khatri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186123,"job_number":"JOB_186123","tr_customer_id":186141,"tr_customer_product_id":186131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Aagney Gowda","mobile_number":"7417093430","email_id":"vaishno.agarwal@gmail.com","dop":"2026-02-04","serial_number":"798381967995862","imei1":"798381967995862","imei2":"798381967995862","popurl":"www.vaijayanthi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186124,"job_number":"JOB_186124","tr_customer_id":186142,"tr_customer_product_id":186132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T09:53:50.000Z","modified_at":"2026-02-14T09:53:50.000Z","name":"Sanka Guha","mobile_number":"7477306830","email_id":"suryakantam.mehra@yahoo.co.in","dop":"2026-02-04","serial_number":"466961165289636","imei1":"466961165289636","imei2":"466961165289636","popurl":"www.bhramar-gill.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T09:53:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186128,"job_number":"JOB_186128","tr_customer_id":186146,"tr_customer_product_id":186136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:03.000Z","modified_at":"2026-02-14T10:11:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11722177967508","imei1":"11722177967508","imei2":"11722177967508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186130,"job_number":"JOB_186130","tr_customer_id":186148,"tr_customer_product_id":186138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:05.000Z","modified_at":"2026-02-14T10:11:05.000Z","name":"Jordi Cartwright","mobile_number":"469-897-2632","email_id":"Flossie5@gmail.com","dop":"2025-04-06","serial_number":"17939833899743278","imei1":"17939833899743278","imei2":"17939833899743278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186131,"job_number":"JOB_186131","tr_customer_id":186149,"tr_customer_product_id":186139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:50.000Z","modified_at":"2026-02-14T10:11:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14940163624575","imei1":"14940163624575","imei2":"14940163624575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186133,"job_number":"JOB_186133","tr_customer_id":186151,"tr_customer_product_id":186141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:11:51.000Z","modified_at":"2026-02-14T10:11:51.000Z","name":"Stacy Roob","mobile_number":"805-337-3307","email_id":"Howell.Upton@gmail.com","dop":"2025-04-06","serial_number":"19756461362137176","imei1":"19756461362137176","imei2":"19756461362137176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:11:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186134,"job_number":"JOB_186134","tr_customer_id":186152,"tr_customer_product_id":186142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:01.000Z","modified_at":"2026-02-14T10:12:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16771310048747","imei1":"16771310048747","imei2":"16771310048747","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186136,"job_number":"JOB_186136","tr_customer_id":186154,"tr_customer_product_id":186144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:02.000Z","modified_at":"2026-02-14T10:12:02.000Z","name":"Jessy Conn","mobile_number":"224-308-1895","email_id":"Xzavier_Orn@hotmail.com","dop":"2025-04-06","serial_number":"16368718390883740","imei1":"16368718390883740","imei2":"16368718390883740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186137,"job_number":"JOB_186137","tr_customer_id":186155,"tr_customer_product_id":186145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:35.000Z","modified_at":"2026-02-14T10:12:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14383518788143","imei1":"14383518788143","imei2":"14383518788143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186139,"job_number":"JOB_186139","tr_customer_id":186157,"tr_customer_product_id":186147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:37.000Z","modified_at":"2026-02-14T10:12:37.000Z","name":"Dock Runolfsson","mobile_number":"495-714-8019","email_id":"Larry_Kling@yahoo.com","dop":"2025-04-06","serial_number":"15515564318772646","imei1":"15515564318772646","imei2":"15515564318772646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186140,"job_number":"JOB_186140","tr_customer_id":186158,"tr_customer_product_id":186148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:44.000Z","modified_at":"2026-02-14T10:12:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17999399104920","imei1":"17999399104920","imei2":"17999399104920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186142,"job_number":"JOB_186142","tr_customer_id":186160,"tr_customer_product_id":186150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:12:46.000Z","modified_at":"2026-02-14T10:12:46.000Z","name":"Nikki Boyle","mobile_number":"884-703-8833","email_id":"Anne_Leuschke32@gmail.com","dop":"2025-04-06","serial_number":"16758051450584036","imei1":"16758051450584036","imei2":"16758051450584036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186143,"job_number":"JOB_186143","tr_customer_id":186161,"tr_customer_product_id":186151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:13:28.000Z","modified_at":"2026-02-14T10:13:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15729163372072","imei1":"15729163372072","imei2":"15729163372072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:13:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186145,"job_number":"JOB_186145","tr_customer_id":186163,"tr_customer_product_id":186153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:13:29.000Z","modified_at":"2026-02-14T10:13:29.000Z","name":"Eileen Hermann","mobile_number":"409-817-6428","email_id":"Mara_Stroman81@yahoo.com","dop":"2025-04-06","serial_number":"14205578071441096","imei1":"14205578071441096","imei2":"14205578071441096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186146,"job_number":"JOB_186146","tr_customer_id":186164,"tr_customer_product_id":186154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:13.000Z","modified_at":"2026-02-14T10:14:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11895544319168","imei1":"11895544319168","imei2":"11895544319168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186148,"job_number":"JOB_186148","tr_customer_id":186166,"tr_customer_product_id":186156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:14.000Z","modified_at":"2026-02-14T10:14:14.000Z","name":"Isac Ortiz","mobile_number":"919-265-0999","email_id":"Kitty64@gmail.com","dop":"2025-04-06","serial_number":"10547669431595114","imei1":"10547669431595114","imei2":"10547669431595114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186149,"job_number":"JOB_186149","tr_customer_id":186167,"tr_customer_product_id":186157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:57.000Z","modified_at":"2026-02-14T10:14:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17775970839745","imei1":"17775970839745","imei2":"17775970839745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186151,"job_number":"JOB_186151","tr_customer_id":186169,"tr_customer_product_id":186159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:14:59.000Z","modified_at":"2026-02-14T10:14:59.000Z","name":"Kurtis Shanahan","mobile_number":"730-514-4700","email_id":"Stephan30@yahoo.com","dop":"2025-04-06","serial_number":"18613035660570800","imei1":"18613035660570800","imei2":"18613035660570800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186152,"job_number":"JOB_186152","tr_customer_id":186170,"tr_customer_product_id":186160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:41.000Z","modified_at":"2026-02-14T10:15:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16577728627885","imei1":"16577728627885","imei2":"16577728627885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186154,"job_number":"JOB_186154","tr_customer_id":186172,"tr_customer_product_id":186162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:42.000Z","modified_at":"2026-02-14T10:15:42.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"22346567890346","imei1":"22346567890346","imei2":"22346567890346","popurl":"2026-02-04T10:15:41.986779399Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186155,"job_number":"JOB_186155","tr_customer_id":186173,"tr_customer_product_id":186163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:43.000Z","modified_at":"2026-02-14T10:15:43.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-02-04T10:15:42.640664077Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186156,"job_number":"JOB_186156","tr_customer_id":186174,"tr_customer_product_id":186164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:15:43.000Z","modified_at":"2026-02-14T10:15:43.000Z","name":"Estella Runolfsson","mobile_number":"834-454-1066","email_id":"Don_Reinger34@gmail.com","dop":"2025-04-06","serial_number":"10377373080107010","imei1":"10377373080107010","imei2":"10377373080107010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186157,"job_number":"JOB_186157","tr_customer_id":186175,"tr_customer_product_id":186165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:16:23.000Z","modified_at":"2026-02-14T10:16:23.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"08543457895444","imei1":"08543457895444","imei2":"08543457895444","popurl":"2026-02-04T10:16:23.420446439Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186158,"job_number":"JOB_186158","tr_customer_id":186176,"tr_customer_product_id":186166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:46:54.000Z","modified_at":"2026-02-14T10:46:54.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-04","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-04T10:46:46.196211801Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186159,"job_number":"JOB_186159","tr_customer_id":186177,"tr_customer_product_id":186167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:46:54.000Z","modified_at":"2026-02-14T10:46:54.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-04","serial_number":"95153387691956","imei1":"95153387691956","imei2":"95153387691956","popurl":"2026-02-04T10:46:46.198403234Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186160,"job_number":"JOB_186160","tr_customer_id":186178,"tr_customer_product_id":186168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T10:47:05.000Z","modified_at":"2026-02-14T10:47:05.000Z","name":"Bharat Kaur","mobile_number":"8640528410","email_id":"manik.khan@gmail.com","dop":"2026-02-04","serial_number":"35604291499479","imei1":"35604291499479","imei2":"35604291499479","popurl":"www.aarya-asan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T10:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186161,"job_number":"JOB_186161","tr_customer_id":186179,"tr_customer_product_id":186169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:13:32.000Z","modified_at":"2026-02-14T11:13:32.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"12233334444444446","imei1":"12233334444444446","imei2":"12233334444444446","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:13:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186164,"job_number":"JOB_186164","tr_customer_id":186182,"tr_customer_product_id":186172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:43:18.000Z","modified_at":"2026-02-14T11:43:18.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-04","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-04T11:43:18.199735291Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:43:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186165,"job_number":"JOB_186165","tr_customer_id":186183,"tr_customer_product_id":186173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:47:56.000Z","modified_at":"2026-02-14T11:47:56.000Z","name":"Jatin  sharma","mobile_number":"7045663d55","email_id":"kjkjk@gmail.com","dop":"2025-04-07","serial_number":"45658258741466","imei1":"45658258741466","imei2":"45658258741466","popurl":"2025-04-07T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186166,"job_number":"JOB_186166","tr_customer_id":186184,"tr_customer_product_id":186174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:53:46.000Z","modified_at":"2026-02-14T11:53:46.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"10606217695499","imei1":"10606217695499","imei2":"10606217695499","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:53:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186167,"job_number":"JOB_186167","tr_customer_id":186185,"tr_customer_product_id":186175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:53:58.000Z","modified_at":"2026-02-14T11:53:58.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"12562220380593","imei1":"12562220380593","imei2":"12562220380593","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186174,"job_number":"JOB_186174","tr_customer_id":186192,"tr_customer_product_id":186182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:19:58.000Z","modified_at":"2026-02-14T12:19:58.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"22346567890355","imei1":"22346567890355","imei2":"22346567890355","popurl":"2026-02-04T12:19:55.963599200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186175,"job_number":"JOB_186175","tr_customer_id":186193,"tr_customer_product_id":186183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:27:22.000Z","modified_at":"2026-02-14T12:27:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18673983644276","imei1":"18673983644276","imei2":"18673983644276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:27:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186177,"job_number":"JOB_186177","tr_customer_id":186195,"tr_customer_product_id":186185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:27:23.000Z","modified_at":"2026-02-14T12:27:23.000Z","name":"Jovani Cremin","mobile_number":"820-995-3596","email_id":"Edwin37@yahoo.com","dop":"2025-04-06","serial_number":"16267219260370476","imei1":"16267219260370476","imei2":"16267219260370476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:27:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186178,"job_number":"JOB_186178","tr_customer_id":186196,"tr_customer_product_id":186186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:06.000Z","modified_at":"2026-02-14T12:28:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16847849197681","imei1":"16847849197681","imei2":"16847849197681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186180,"job_number":"JOB_186180","tr_customer_id":186198,"tr_customer_product_id":186188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:07.000Z","modified_at":"2026-02-14T12:28:07.000Z","name":"Tatum Miller","mobile_number":"714-263-6988","email_id":"Aaron.Adams30@gmail.com","dop":"2025-04-06","serial_number":"13932191088728956","imei1":"13932191088728956","imei2":"13932191088728956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186183,"job_number":"JOB_186183","tr_customer_id":186201,"tr_customer_product_id":186191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:49.000Z","modified_at":"2026-02-14T12:28:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19452533923469","imei1":"19452533923469","imei2":"19452533923469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186187,"job_number":"JOB_186187","tr_customer_id":186205,"tr_customer_product_id":186195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:51.000Z","modified_at":"2026-02-14T12:28:51.000Z","name":"Bennett Schamberger","mobile_number":"274-433-8303","email_id":"Anastasia_Collier51@hotmail.com","dop":"2025-04-06","serial_number":"13285504460478896","imei1":"13285504460478896","imei2":"13285504460478896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186188,"job_number":"JOB_186188","tr_customer_id":186206,"tr_customer_product_id":186196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:43:31.000Z","modified_at":"2026-02-14T12:43:31.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"10868900468161","imei1":"10868900468161","imei2":"10868900468161","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186193,"job_number":"JOB_186193","tr_customer_id":186211,"tr_customer_product_id":186201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:48:49.000Z","modified_at":"2026-02-14T12:48:49.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"11662117639339","imei1":"11662117639339","imei2":"11662117639339","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186195,"job_number":"JOB_186195","tr_customer_id":186213,"tr_customer_product_id":186203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:48:50.000Z","modified_at":"2026-02-14T12:48:50.000Z","name":"Godfrey Murphy","mobile_number":"925-266-9898","email_id":"Dale_Hansen82@gmail.com","dop":"2026-01-04","serial_number":"88913336812380620","imei1":"88913336812380620","imei2":"88913336812380620","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186196,"job_number":"JOB_186196","tr_customer_id":186214,"tr_customer_product_id":186204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:12.000Z","modified_at":"2026-02-14T12:49:12.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"19110743976252","imei1":"19110743976252","imei2":"19110743976252","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186198,"job_number":"JOB_186198","tr_customer_id":186216,"tr_customer_product_id":186206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:12.000Z","modified_at":"2026-02-14T12:49:12.000Z","name":"Aiden Murphy","mobile_number":"784-240-3800","email_id":"Delilah80@yahoo.com","dop":"2026-01-04","serial_number":"91611652788160690","imei1":"91611652788160690","imei2":"91611652788160690","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186199,"job_number":"JOB_186199","tr_customer_id":186217,"tr_customer_product_id":186207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:34.000Z","modified_at":"2026-02-14T12:49:34.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"12719647210180","imei1":"12719647210180","imei2":"12719647210180","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186201,"job_number":"JOB_186201","tr_customer_id":186219,"tr_customer_product_id":186209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:49:35.000Z","modified_at":"2026-02-14T12:49:35.000Z","name":"Einar Turcotte","mobile_number":"557-370-7166","email_id":"Bridgette19@hotmail.com","dop":"2026-01-04","serial_number":"19720603540402428","imei1":"19720603540402428","imei2":"19720603540402428","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186202,"job_number":"JOB_186202","tr_customer_id":186220,"tr_customer_product_id":186210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:13:26.000Z","modified_at":"2026-02-14T13:13:26.000Z","name":"Alexandra Haley","mobile_number":"225-349-0220","email_id":"Jaycee18@gmail.com","dop":"2025-12-01","serial_number":"12144109598102","imei1":"12144109598102","imei2":"12144109598102","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:13:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186203,"job_number":"JOB_186203","tr_customer_id":186221,"tr_customer_product_id":186211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:16:35.000Z","modified_at":"2026-02-14T13:16:35.000Z","name":"AO Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"20974917682594","imei1":"20974917682594","imei2":"20974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186204,"job_number":"JOB_186204","tr_customer_id":186222,"tr_customer_product_id":186212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:21:22.000Z","modified_at":"2026-02-14T13:21:22.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"89346567890400","imei1":"89346567890400","imei2":"89346567890400","popurl":"2026-02-04T13:21:19.839459300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186205,"job_number":"JOB_186205","tr_customer_id":186223,"tr_customer_product_id":186213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:24:41.000Z","modified_at":"2026-02-14T13:24:41.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"55346567890400","imei1":"55346567890400","imei2":"55346567890400","popurl":"2026-02-04T13:24:38.788661500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186206,"job_number":"JOB_186206","tr_customer_id":186224,"tr_customer_product_id":186214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:25:18.000Z","modified_at":"2026-02-14T13:25:18.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-04","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-04T13:25:17.617587545Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186207,"job_number":"JOB_186207","tr_customer_id":186225,"tr_customer_product_id":186215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:27:22.000Z","modified_at":"2026-02-14T13:27:22.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"55346567890440","imei1":"55346567890440","imei2":"55346567890440","popurl":"2026-02-04T13:27:20.299702900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:27:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186208,"job_number":"JOB_186208","tr_customer_id":186226,"tr_customer_product_id":186216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:30:59.000Z","modified_at":"2026-02-14T13:30:59.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-02-04","serial_number":"89346567890355","imei1":"89346567890355","imei2":"89346567890355","popurl":"2026-02-04T13:30:58.686025922Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186214,"job_number":"JOB_186214","tr_customer_id":186232,"tr_customer_product_id":186222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:38:47.000Z","modified_at":"2026-02-14T13:38:47.000Z","name":"Geraldine Harvey","mobile_number":"948-822-5286","email_id":"Dario_Cummings87@gmail.com","dop":"2025-05-30","serial_number":"14225849688221","imei1":"14225849688221","imei2":"14225849688221","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186215,"job_number":"JOB_186215","tr_customer_id":186233,"tr_customer_product_id":186223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:38:48.000Z","modified_at":"2026-02-14T13:38:48.000Z","name":"Gail Kuhn","mobile_number":"221-305-8637","email_id":"Armani.Ortiz@yahoo.com","dop":"2025-05-30","serial_number":"1926646597491973","imei1":"1926646597491973","imei2":"1926646597491973","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186216,"job_number":"JOB_186216","tr_customer_id":186234,"tr_customer_product_id":186224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:43:50.000Z","modified_at":"2026-02-14T13:43:50.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"19136693902120","imei1":"19136693902120","imei2":"19136693902120","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186222,"job_number":"JOB_186222","tr_customer_id":186240,"tr_customer_product_id":186230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:36.000Z","modified_at":"2026-02-14T13:44:36.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"16295336675545","imei1":"16295336675545","imei2":"16295336675545","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186224,"job_number":"JOB_186224","tr_customer_id":186242,"tr_customer_product_id":186232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:37.000Z","modified_at":"2026-02-14T13:44:37.000Z","name":"Mafalda Purdy","mobile_number":"572-481-5081","email_id":"Sonya_Bradtke26@hotmail.com","dop":"2026-01-04","serial_number":"68127788424985010","imei1":"68127788424985010","imei2":"68127788424985010","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186225,"job_number":"JOB_186225","tr_customer_id":186243,"tr_customer_product_id":186233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:45:21.000Z","modified_at":"2026-02-14T13:45:21.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"19723094854844","imei1":"19723094854844","imei2":"19723094854844","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:45:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186227,"job_number":"JOB_186227","tr_customer_id":186245,"tr_customer_product_id":186235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:45:23.000Z","modified_at":"2026-02-14T13:45:23.000Z","name":"Elsa Conn","mobile_number":"840-962-8481","email_id":"Charles.Ward@gmail.com","dop":"2026-01-04","serial_number":"78898211313581730","imei1":"78898211313581730","imei2":"78898211313581730","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186228,"job_number":"JOB_186228","tr_customer_id":186246,"tr_customer_product_id":186236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:49:28.000Z","modified_at":"2026-02-14T13:49:28.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2025-10-14","serial_number":"77311111374519","imei1":"77311111374519","imei2":"77311111374519","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186229,"job_number":"JOB_186229","tr_customer_id":186247,"tr_customer_product_id":186237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:49:41.000Z","modified_at":"2026-02-14T13:49:41.000Z","name":"Valentine Ferry","mobile_number":"538-991-4083","email_id":"Cecile7@yahoo.com","dop":"2025-12-01","serial_number":"12153706654492","imei1":"12153706654492","imei2":"12153706654492","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186230,"job_number":"JOB_186230","tr_customer_id":186248,"tr_customer_product_id":186238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:56:56.000Z","modified_at":"2026-02-14T13:56:56.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"106726798091563","imei1":"106726798091563","imei2":"106726798091563","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186232,"job_number":"JOB_186232","tr_customer_id":186250,"tr_customer_product_id":186240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:41.000Z","modified_at":"2026-02-14T13:57:41.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"103350478049178","imei1":"103350478049178","imei2":"103350478049178","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186234,"job_number":"JOB_186234","tr_customer_id":186252,"tr_customer_product_id":186242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:57.000Z","modified_at":"2026-02-14T13:57:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91069295660049","imei1":"91069295660049","imei2":"91069295660049","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186235,"job_number":"JOB_186235","tr_customer_id":186253,"tr_customer_product_id":186243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:57.000Z","modified_at":"2026-02-14T13:57:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78833839195056","imei1":"78833839195056","imei2":"78833839195056","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186236,"job_number":"JOB_186236","tr_customer_id":186254,"tr_customer_product_id":186244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:57.000Z","modified_at":"2026-02-14T13:57:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649204451426","imei1":"49649204451426","imei2":"49649204451426","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186237,"job_number":"JOB_186237","tr_customer_id":186255,"tr_customer_product_id":186245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:58.000Z","modified_at":"2026-02-14T13:57:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77691569453599","imei1":"77691569453599","imei2":"77691569453599","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186238,"job_number":"JOB_186238","tr_customer_id":186256,"tr_customer_product_id":186246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:58.000Z","modified_at":"2026-02-14T13:57:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69788153213519","imei1":"69788153213519","imei2":"69788153213519","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186239,"job_number":"JOB_186239","tr_customer_id":186257,"tr_customer_product_id":186247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:57:58.000Z","modified_at":"2026-02-14T13:57:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69076683011765","imei1":"69076683011765","imei2":"69076683011765","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186241,"job_number":"JOB_186241","tr_customer_id":186259,"tr_customer_product_id":186249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:16.000Z","modified_at":"2026-02-14T13:58:16.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12734707494710","imei1":"12734707494710","imei2":"12734707494710","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186243,"job_number":"JOB_186243","tr_customer_id":186261,"tr_customer_product_id":186251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:17.000Z","modified_at":"2026-02-14T13:58:17.000Z","name":"Wilford Block","mobile_number":"800-694-2178","email_id":"Maxwell_OKon@gmail.com","dop":"2025-08-24","serial_number":"1019194760862160","imei1":"1019194760862160","imei2":"1019194760862160","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186245,"job_number":"JOB_186245","tr_customer_id":186263,"tr_customer_product_id":186253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:21.000Z","modified_at":"2026-02-14T13:58:21.000Z","name":"Robyn Kovacek","mobile_number":"289-761-3943","email_id":"Karlie_Dickinson10@hotmail.com","dop":"2025-04-06","serial_number":"13074030069973008","imei1":"13074030069973008","imei2":"13074030069973008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186246,"job_number":"JOB_186246","tr_customer_id":186264,"tr_customer_product_id":186254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:27.000Z","modified_at":"2026-02-14T13:58:27.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"105473458877803","imei1":"105473458877803","imei2":"105473458877803","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186248,"job_number":"JOB_186248","tr_customer_id":186266,"tr_customer_product_id":186256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:29.000Z","modified_at":"2026-02-14T13:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64999377434969","imei1":"64999377434969","imei2":"64999377434969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186249,"job_number":"JOB_186249","tr_customer_id":186267,"tr_customer_product_id":186257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:29.000Z","modified_at":"2026-02-14T13:58:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23671646095570","imei1":"23671646095570","imei2":"23671646095570","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186250,"job_number":"JOB_186250","tr_customer_id":186268,"tr_customer_product_id":186258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:30.000Z","modified_at":"2026-02-14T13:58:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39029920422436","imei1":"39029920422436","imei2":"39029920422436","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186251,"job_number":"JOB_186251","tr_customer_id":186269,"tr_customer_product_id":186259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:30.000Z","modified_at":"2026-02-14T13:58:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11619761904594","imei1":"11619761904594","imei2":"11619761904594","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186252,"job_number":"JOB_186252","tr_customer_id":186270,"tr_customer_product_id":186260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:30.000Z","modified_at":"2026-02-14T13:58:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15098715813192","imei1":"15098715813192","imei2":"15098715813192","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186253,"job_number":"JOB_186253","tr_customer_id":186271,"tr_customer_product_id":186261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:31.000Z","modified_at":"2026-02-14T13:58:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92523884266725","imei1":"92523884266725","imei2":"92523884266725","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186255,"job_number":"JOB_186255","tr_customer_id":186273,"tr_customer_product_id":186263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:34.000Z","modified_at":"2026-02-14T13:58:34.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17588227136860","imei1":"17588227136860","imei2":"17588227136860","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186257,"job_number":"JOB_186257","tr_customer_id":186275,"tr_customer_product_id":186265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:35.000Z","modified_at":"2026-02-14T13:58:35.000Z","name":"Yadira Schimmel","mobile_number":"417-944-9982","email_id":"Maci.Gislason39@hotmail.com","dop":"2026-01-04","serial_number":"34618870094955760","imei1":"34618870094955760","imei2":"34618870094955760","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186258,"job_number":"JOB_186258","tr_customer_id":186276,"tr_customer_product_id":186266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:52.000Z","modified_at":"2026-02-14T13:58:52.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18249553531764","imei1":"18249553531764","imei2":"18249553531764","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186260,"job_number":"JOB_186260","tr_customer_id":186278,"tr_customer_product_id":186268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:58:53.000Z","modified_at":"2026-02-14T13:58:53.000Z","name":"Leslie Heathcote","mobile_number":"235-862-6664","email_id":"Meaghan_Smith25@gmail.com","dop":"2025-08-24","serial_number":"1085483546274684","imei1":"1085483546274684","imei2":"1085483546274684","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186261,"job_number":"JOB_186261","tr_customer_id":186279,"tr_customer_product_id":186269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:01.000Z","modified_at":"2026-02-14T13:59:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45908874186839","imei1":"45908874186839","imei2":"45908874186839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186262,"job_number":"JOB_186262","tr_customer_id":186280,"tr_customer_product_id":186270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64103090322673","imei1":"64103090322673","imei2":"64103090322673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186263,"job_number":"JOB_186263","tr_customer_id":186281,"tr_customer_product_id":186271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32496797499281","imei1":"32496797499281","imei2":"32496797499281","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186264,"job_number":"JOB_186264","tr_customer_id":186282,"tr_customer_product_id":186272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45500956226053","imei1":"45500956226053","imei2":"45500956226053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186265,"job_number":"JOB_186265","tr_customer_id":186283,"tr_customer_product_id":186273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:02.000Z","modified_at":"2026-02-14T13:59:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14659694920962","imei1":"14659694920962","imei2":"14659694920962","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186266,"job_number":"JOB_186266","tr_customer_id":186284,"tr_customer_product_id":186274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:03.000Z","modified_at":"2026-02-14T13:59:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70718200759330","imei1":"70718200759330","imei2":"70718200759330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186268,"job_number":"JOB_186268","tr_customer_id":186286,"tr_customer_product_id":186276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:12.000Z","modified_at":"2026-02-14T13:59:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15715319323732","imei1":"15715319323732","imei2":"15715319323732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186270,"job_number":"JOB_186270","tr_customer_id":186288,"tr_customer_product_id":186278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:13.000Z","modified_at":"2026-02-14T13:59:13.000Z","name":"Hardy Miller","mobile_number":"882-791-0781","email_id":"Eleanora.Hayes@gmail.com","dop":"2025-04-06","serial_number":"16415082307158584","imei1":"16415082307158584","imei2":"16415082307158584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186271,"job_number":"JOB_186271","tr_customer_id":186289,"tr_customer_product_id":186279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:20.000Z","modified_at":"2026-02-14T13:59:20.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"18210130850319","imei1":"18210130850319","imei2":"18210130850319","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186273,"job_number":"JOB_186273","tr_customer_id":186291,"tr_customer_product_id":186281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:21.000Z","modified_at":"2026-02-14T13:59:21.000Z","name":"Kassandra Stehr","mobile_number":"453-268-9564","email_id":"Chauncey.Conroy17@hotmail.com","dop":"2026-01-04","serial_number":"44003502400252110","imei1":"44003502400252110","imei2":"44003502400252110","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186274,"job_number":"JOB_186274","tr_customer_id":186292,"tr_customer_product_id":186282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:27.000Z","modified_at":"2026-02-14T13:59:27.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"17037552388672","imei1":"17037552388672","imei2":"17037552388672","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186276,"job_number":"JOB_186276","tr_customer_id":186294,"tr_customer_product_id":186284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:28.000Z","modified_at":"2026-02-14T13:59:28.000Z","name":"Eliseo Boehm","mobile_number":"233-938-4694","email_id":"Maiya78@yahoo.com","dop":"2025-08-24","serial_number":"1033675493077393","imei1":"1033675493077393","imei2":"1033675493077393","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186280,"job_number":"JOB_186280","tr_customer_id":186298,"tr_customer_product_id":186288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:59:59.000Z","modified_at":"2026-02-14T13:59:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19626202541855","imei1":"19626202541855","imei2":"19626202541855","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186282,"job_number":"JOB_186282","tr_customer_id":186300,"tr_customer_product_id":186290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:00.000Z","modified_at":"2026-02-14T14:00:00.000Z","name":"Felton Mann","mobile_number":"615-417-5974","email_id":"Frank88@gmail.com","dop":"2025-04-06","serial_number":"12971585097790910","imei1":"12971585097790910","imei2":"12971585097790910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186283,"job_number":"JOB_186283","tr_customer_id":186301,"tr_customer_product_id":186291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:06.000Z","modified_at":"2026-02-14T14:00:06.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"12861865555833","imei1":"12861865555833","imei2":"12861865555833","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186285,"job_number":"JOB_186285","tr_customer_id":186303,"tr_customer_product_id":186293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:07.000Z","modified_at":"2026-02-14T14:00:07.000Z","name":"Fredrick Marvin","mobile_number":"916-772-9830","email_id":"Freida.West99@hotmail.com","dop":"2026-01-04","serial_number":"57577242995698970","imei1":"57577242995698970","imei2":"57577242995698970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186290,"job_number":"JOB_186290","tr_customer_id":186308,"tr_customer_product_id":186298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:45.000Z","modified_at":"2026-02-14T14:00:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16756061068601","imei1":"16756061068601","imei2":"16756061068601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186292,"job_number":"JOB_186292","tr_customer_id":186310,"tr_customer_product_id":186300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:47.000Z","modified_at":"2026-02-14T14:00:47.000Z","name":"Silas Corkery","mobile_number":"622-708-8219","email_id":"Isaac46@gmail.com","dop":"2025-04-06","serial_number":"14095891803176376","imei1":"14095891803176376","imei2":"14095891803176376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186293,"job_number":"JOB_186293","tr_customer_id":186311,"tr_customer_product_id":186301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:02:38.000Z","modified_at":"2026-02-14T14:02:38.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"15275371729729","imei1":"15275371729729","imei2":"15275371729729","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186295,"job_number":"JOB_186295","tr_customer_id":186313,"tr_customer_product_id":186303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:02:39.000Z","modified_at":"2026-02-14T14:02:39.000Z","name":"Oren Wilkinson","mobile_number":"801-888-3228","email_id":"Savanna_Lang1@yahoo.com","dop":"2026-01-04","serial_number":"56960720959757230","imei1":"56960720959757230","imei2":"56960720959757230","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:02:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186296,"job_number":"JOB_186296","tr_customer_id":186314,"tr_customer_product_id":186304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:03:25.000Z","modified_at":"2026-02-14T14:03:25.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"16284760772244","imei1":"16284760772244","imei2":"16284760772244","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186298,"job_number":"JOB_186298","tr_customer_id":186316,"tr_customer_product_id":186306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:03:26.000Z","modified_at":"2026-02-14T14:03:26.000Z","name":"Aniyah Schaden","mobile_number":"638-279-2075","email_id":"Vicenta.Rice@gmail.com","dop":"2026-01-04","serial_number":"75108959438227410","imei1":"75108959438227410","imei2":"75108959438227410","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:03:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186302,"job_number":"JOB_186302","tr_customer_id":186320,"tr_customer_product_id":186310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:04:11.000Z","modified_at":"2026-02-14T14:04:11.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"11183888300362","imei1":"11183888300362","imei2":"11183888300362","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186304,"job_number":"JOB_186304","tr_customer_id":186322,"tr_customer_product_id":186312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:04:12.000Z","modified_at":"2026-02-14T14:04:12.000Z","name":"Kristoffer Goodwin","mobile_number":"954-372-6416","email_id":"Osborne10@yahoo.com","dop":"2026-01-04","serial_number":"75262432810090080","imei1":"75262432810090080","imei2":"75262432810090080","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:04:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186309,"job_number":"JOB_186309","tr_customer_id":186327,"tr_customer_product_id":186317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:56.000Z","modified_at":"2026-02-14T14:15:56.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17269713771923","imei1":"17269713771923","imei2":"17269713771923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186313,"job_number":"JOB_186313","tr_customer_id":186331,"tr_customer_product_id":186321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:58.000Z","modified_at":"2026-02-14T14:15:58.000Z","name":"Josie Hilpert","mobile_number":"461-302-4524","email_id":"Kitty_Hermann22@yahoo.com","dop":"2026-01-04","serial_number":"37218641280861020","imei1":"37218641280861020","imei2":"37218641280861020","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186317,"job_number":"JOB_186317","tr_customer_id":186335,"tr_customer_product_id":186325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:16:41.000Z","modified_at":"2026-02-14T14:16:41.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"18955882905541","imei1":"18955882905541","imei2":"18955882905541","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186319,"job_number":"JOB_186319","tr_customer_id":186337,"tr_customer_product_id":186327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:16:42.000Z","modified_at":"2026-02-14T14:16:42.000Z","name":"Emilia Goodwin","mobile_number":"311-932-6580","email_id":"Isaias.Johns@gmail.com","dop":"2026-01-04","serial_number":"29178967526656400","imei1":"29178967526656400","imei2":"29178967526656400","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186320,"job_number":"JOB_186320","tr_customer_id":186338,"tr_customer_product_id":186328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:25.000Z","modified_at":"2026-02-14T14:17:25.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"18212432507354","imei1":"18212432507354","imei2":"18212432507354","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186322,"job_number":"JOB_186322","tr_customer_id":186340,"tr_customer_product_id":186330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:26.000Z","modified_at":"2026-02-14T14:17:26.000Z","name":"Landen Wolf","mobile_number":"676-910-4571","email_id":"Adrianna.Marks@gmail.com","dop":"2026-01-04","serial_number":"67584845573701384","imei1":"67584845573701384","imei2":"67584845573701384","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186323,"job_number":"JOB_186323","tr_customer_id":186341,"tr_customer_product_id":186331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:43.000Z","modified_at":"2026-02-14T14:17:43.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"24580619526832","imei1":"24580619526832","imei2":"24580619526832","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186324,"job_number":"JOB_186324","tr_customer_id":186342,"tr_customer_product_id":186332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:17:44.000Z","modified_at":"2026-02-14T14:17:44.000Z","name":"Asa Stehr","mobile_number":"299-677-9294","email_id":"Bailee91@hotmail.com","dop":"2025-02-01","serial_number":"20136832936697","imei1":"20136832936697","imei2":"20136832936697","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186326,"job_number":"JOB_186326","tr_customer_id":186344,"tr_customer_product_id":186334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:18:26.000Z","modified_at":"2026-02-14T14:18:26.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"107658097759740","imei1":"107658097759740","imei2":"107658097759740","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186327,"job_number":"JOB_186327","tr_customer_id":186345,"tr_customer_product_id":186335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:18:26.000Z","modified_at":"2026-02-14T14:18:26.000Z","name":"Alyson Volkman","mobile_number":"531-761-1358","email_id":"Donnie.Toy51@hotmail.com","dop":"2025-02-01","serial_number":"68844838698580","imei1":"68844838698580","imei2":"68844838698580","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186329,"job_number":"JOB_186329","tr_customer_id":186347,"tr_customer_product_id":186337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:08.000Z","modified_at":"2026-02-14T14:19:08.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"69549939532052","imei1":"69549939532052","imei2":"69549939532052","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186330,"job_number":"JOB_186330","tr_customer_id":186348,"tr_customer_product_id":186338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:08.000Z","modified_at":"2026-02-14T14:19:08.000Z","name":"Stewart Grady","mobile_number":"814-849-2340","email_id":"Leanna_Hoppe@hotmail.com","dop":"2025-02-01","serial_number":"107034017796315","imei1":"107034017796315","imei2":"107034017796315","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186331,"job_number":"JOB_186331","tr_customer_id":186349,"tr_customer_product_id":186339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:09.000Z","modified_at":"2026-02-14T14:19:09.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"67590369828754480","imei1":"67590369828754480","imei2":"67590369828754480","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186333,"job_number":"JOB_186333","tr_customer_id":186351,"tr_customer_product_id":186341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:21.000Z","modified_at":"2026-02-14T14:19:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16478249658206","imei1":"16478249658206","imei2":"16478249658206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186335,"job_number":"JOB_186335","tr_customer_id":186353,"tr_customer_product_id":186343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:19:22.000Z","modified_at":"2026-02-14T14:19:22.000Z","name":"Lemuel Bogisich","mobile_number":"689-429-1885","email_id":"Sherwood_Walter70@gmail.com","dop":"2025-04-06","serial_number":"11869058104208406","imei1":"11869058104208406","imei2":"11869058104208406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186336,"job_number":"JOB_186336","tr_customer_id":186354,"tr_customer_product_id":186344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:08.000Z","modified_at":"2026-02-14T14:20:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13393373942553","imei1":"13393373942553","imei2":"13393373942553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186338,"job_number":"JOB_186338","tr_customer_id":186356,"tr_customer_product_id":186346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:10.000Z","modified_at":"2026-02-14T14:20:10.000Z","name":"Jana Hahn","mobile_number":"951-777-8911","email_id":"Andres51@yahoo.com","dop":"2025-04-06","serial_number":"16453447766922222","imei1":"16453447766922222","imei2":"16453447766922222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186339,"job_number":"JOB_186339","tr_customer_id":186357,"tr_customer_product_id":186347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:14.000Z","modified_at":"2026-02-14T14:20:14.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12400669784762","imei1":"12400669784762","imei2":"12400669784762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186341,"job_number":"JOB_186341","tr_customer_id":186359,"tr_customer_product_id":186349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:16.000Z","modified_at":"2026-02-14T14:20:16.000Z","name":"Mafalda Kshlerin","mobile_number":"886-946-5503","email_id":"Eleanora_Ruecker47@hotmail.com","dop":"2025-04-06","serial_number":"18413276361879668","imei1":"18413276361879668","imei2":"18413276361879668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186342,"job_number":"JOB_186342","tr_customer_id":186360,"tr_customer_product_id":186350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:55.000Z","modified_at":"2026-02-14T14:20:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17898613247094","imei1":"17898613247094","imei2":"17898613247094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186344,"job_number":"JOB_186344","tr_customer_id":186362,"tr_customer_product_id":186352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:57.000Z","modified_at":"2026-02-14T14:20:57.000Z","name":"Alexanne Nicolas","mobile_number":"643-789-3688","email_id":"Amara51@gmail.com","dop":"2025-04-06","serial_number":"18658160060505252","imei1":"18658160060505252","imei2":"18658160060505252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186345,"job_number":"JOB_186345","tr_customer_id":186363,"tr_customer_product_id":186353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:58.000Z","modified_at":"2026-02-14T14:20:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10968253958071","imei1":"10968253958071","imei2":"10968253958071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186347,"job_number":"JOB_186347","tr_customer_id":186365,"tr_customer_product_id":186355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:20:59.000Z","modified_at":"2026-02-14T14:20:59.000Z","name":"Malinda Strosin","mobile_number":"946-668-7626","email_id":"Sabryna_Kreiger16@gmail.com","dop":"2025-04-06","serial_number":"10350176908686802","imei1":"10350176908686802","imei2":"10350176908686802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186348,"job_number":"JOB_186348","tr_customer_id":186366,"tr_customer_product_id":186356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:22.000Z","modified_at":"2026-02-14T14:21:22.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10605428730409","imei1":"10605428730409","imei2":"10605428730409","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186350,"job_number":"JOB_186350","tr_customer_id":186368,"tr_customer_product_id":186358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:23.000Z","modified_at":"2026-02-14T14:21:23.000Z","name":"Larry Dare","mobile_number":"746-945-6269","email_id":"Magali30@yahoo.com","dop":"2025-06-18","serial_number":"1045681304658611","imei1":"1045681304658611","imei2":"1045681304658611","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186351,"job_number":"JOB_186351","tr_customer_id":186369,"tr_customer_product_id":186359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:41.000Z","modified_at":"2026-02-14T14:21:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16947832948282","imei1":"16947832948282","imei2":"16947832948282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186353,"job_number":"JOB_186353","tr_customer_id":186371,"tr_customer_product_id":186361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:21:42.000Z","modified_at":"2026-02-14T14:21:42.000Z","name":"Fae Douglas","mobile_number":"207-342-7803","email_id":"Lavina.Lebsack23@gmail.com","dop":"2025-04-06","serial_number":"19404048992341660","imei1":"19404048992341660","imei2":"19404048992341660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186357,"job_number":"JOB_186357","tr_customer_id":186375,"tr_customer_product_id":186365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:06.000Z","modified_at":"2026-02-14T14:22:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10871939916306","imei1":"10871939916306","imei2":"10871939916306","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186359,"job_number":"JOB_186359","tr_customer_id":186377,"tr_customer_product_id":186367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:22:07.000Z","modified_at":"2026-02-14T14:22:07.000Z","name":"Carmela McLaughlin","mobile_number":"215-355-3884","email_id":"Brain_Rowe@hotmail.com","dop":"2025-06-18","serial_number":"1007953654075682","imei1":"1007953654075682","imei2":"1007953654075682","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186369,"job_number":"JOB_186369","tr_customer_id":186387,"tr_customer_product_id":186377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:15.000Z","modified_at":"2026-02-14T14:24:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11045362160790","imei1":"11045362160790","imei2":"11045362160790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186371,"job_number":"JOB_186371","tr_customer_id":186389,"tr_customer_product_id":186379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:17.000Z","modified_at":"2026-02-14T14:24:17.000Z","name":"Marianna Olson","mobile_number":"454-353-7956","email_id":"Jonathan79@gmail.com","dop":"2025-04-06","serial_number":"14017029563764436","imei1":"14017029563764436","imei2":"14017029563764436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186372,"job_number":"JOB_186372","tr_customer_id":186390,"tr_customer_product_id":186380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:37.000Z","modified_at":"2026-02-14T14:24:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19115841946052","imei1":"19115841946052","imei2":"19115841946052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186374,"job_number":"JOB_186374","tr_customer_id":186392,"tr_customer_product_id":186382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:39.000Z","modified_at":"2026-02-14T14:24:39.000Z","name":"Myrl Reichel","mobile_number":"810-302-9960","email_id":"Shaun.Lehner99@hotmail.com","dop":"2025-04-06","serial_number":"11903902966640536","imei1":"11903902966640536","imei2":"11903902966640536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186379,"job_number":"JOB_186379","tr_customer_id":186397,"tr_customer_product_id":186387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:00.000Z","modified_at":"2026-02-14T14:25:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15631506711161","imei1":"15631506711161","imei2":"15631506711161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186381,"job_number":"JOB_186381","tr_customer_id":186399,"tr_customer_product_id":186389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:02.000Z","modified_at":"2026-02-14T14:25:02.000Z","name":"Catalina Howe","mobile_number":"959-222-1527","email_id":"Daniella_Torp19@gmail.com","dop":"2025-04-06","serial_number":"16155023309403816","imei1":"16155023309403816","imei2":"16155023309403816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186382,"job_number":"JOB_186382","tr_customer_id":186400,"tr_customer_product_id":186390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:21.000Z","modified_at":"2026-02-14T14:25:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15329867451382","imei1":"15329867451382","imei2":"15329867451382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186384,"job_number":"JOB_186384","tr_customer_id":186402,"tr_customer_product_id":186392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:22.000Z","modified_at":"2026-02-14T14:25:22.000Z","name":"Lemuel Ryan","mobile_number":"592-665-0531","email_id":"Lukas_Bogisich83@gmail.com","dop":"2025-04-06","serial_number":"12741332948656348","imei1":"12741332948656348","imei2":"12741332948656348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186385,"job_number":"JOB_186385","tr_customer_id":186403,"tr_customer_product_id":186393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:25.000Z","modified_at":"2026-02-14T14:25:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19247743340088","imei1":"19247743340088","imei2":"19247743340088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186387,"job_number":"JOB_186387","tr_customer_id":186405,"tr_customer_product_id":186395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:27.000Z","modified_at":"2026-02-14T14:25:27.000Z","name":"Theodore Roob","mobile_number":"968-666-1578","email_id":"Randall_Bednar@gmail.com","dop":"2025-04-06","serial_number":"19731849550586450","imei1":"19731849550586450","imei2":"19731849550586450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186388,"job_number":"JOB_186388","tr_customer_id":186406,"tr_customer_product_id":186396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:45.000Z","modified_at":"2026-02-14T14:25:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465841717482","imei1":"14465841717482","imei2":"14465841717482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186390,"job_number":"JOB_186390","tr_customer_id":186408,"tr_customer_product_id":186398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:46.000Z","modified_at":"2026-02-14T14:25:46.000Z","name":"Kirsten Howell","mobile_number":"707-550-2027","email_id":"Bill83@gmail.com","dop":"2025-04-06","serial_number":"11649009942536724","imei1":"11649009942536724","imei2":"11649009942536724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186391,"job_number":"JOB_186391","tr_customer_id":186409,"tr_customer_product_id":186399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:48.000Z","modified_at":"2026-02-14T14:25:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14588939585391","imei1":"14588939585391","imei2":"14588939585391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186393,"job_number":"JOB_186393","tr_customer_id":186411,"tr_customer_product_id":186401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:25:50.000Z","modified_at":"2026-02-14T14:25:50.000Z","name":"Dasia Jaskolski","mobile_number":"829-427-6431","email_id":"Sylvester_Flatley@hotmail.com","dop":"2025-04-06","serial_number":"13822418786647994","imei1":"13822418786647994","imei2":"13822418786647994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186394,"job_number":"JOB_186394","tr_customer_id":186412,"tr_customer_product_id":186402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:04.000Z","modified_at":"2026-02-14T14:26:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15561520154183","imei1":"15561520154183","imei2":"15561520154183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186396,"job_number":"JOB_186396","tr_customer_id":186414,"tr_customer_product_id":186404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:06.000Z","modified_at":"2026-02-14T14:26:06.000Z","name":"Pietro Price","mobile_number":"617-653-7526","email_id":"Furman_Kovacek@hotmail.com","dop":"2025-04-06","serial_number":"15178559544686624","imei1":"15178559544686624","imei2":"15178559544686624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186397,"job_number":"JOB_186397","tr_customer_id":186415,"tr_customer_product_id":186405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:08.000Z","modified_at":"2026-02-14T14:26:08.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"17846749013791","imei1":"17846749013791","imei2":"17846749013791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186399,"job_number":"JOB_186399","tr_customer_id":186417,"tr_customer_product_id":186407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:10.000Z","modified_at":"2026-02-14T14:26:10.000Z","name":"Carmen Stehr","mobile_number":"455-655-3157","email_id":"Milford.Ortiz39@yahoo.com","dop":"2025-04-06","serial_number":"12402540803770678","imei1":"12402540803770678","imei2":"12402540803770678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186400,"job_number":"JOB_186400","tr_customer_id":186418,"tr_customer_product_id":186408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:32.000Z","modified_at":"2026-02-14T14:26:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13736486063836","imei1":"13736486063836","imei2":"13736486063836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186402,"job_number":"JOB_186402","tr_customer_id":186420,"tr_customer_product_id":186410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:33.000Z","modified_at":"2026-02-14T14:26:33.000Z","name":"Jonas Wolff","mobile_number":"346-793-2245","email_id":"Kellen30@yahoo.com","dop":"2025-04-06","serial_number":"14740519128888516","imei1":"14740519128888516","imei2":"14740519128888516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186403,"job_number":"JOB_186403","tr_customer_id":186421,"tr_customer_product_id":186411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:50.000Z","modified_at":"2026-02-14T14:26:50.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19769693155494","imei1":"19769693155494","imei2":"19769693155494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186405,"job_number":"JOB_186405","tr_customer_id":186423,"tr_customer_product_id":186413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:26:51.000Z","modified_at":"2026-02-14T14:26:51.000Z","name":"Gerson Hand","mobile_number":"506-718-6438","email_id":"Sheldon.Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"10186282516339994","imei1":"10186282516339994","imei2":"10186282516339994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:26:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186406,"job_number":"JOB_186406","tr_customer_id":186424,"tr_customer_product_id":186414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:27:15.000Z","modified_at":"2026-02-14T14:27:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11143769476042","imei1":"11143769476042","imei2":"11143769476042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186408,"job_number":"JOB_186408","tr_customer_id":186426,"tr_customer_product_id":186416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:27:16.000Z","modified_at":"2026-02-14T14:27:16.000Z","name":"Anjali Vandervort","mobile_number":"597-290-5872","email_id":"Aurore_Prohaska55@gmail.com","dop":"2025-04-06","serial_number":"17430088561990724","imei1":"17430088561990724","imei2":"17430088561990724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186410,"job_number":"JOB_186410","tr_customer_id":186428,"tr_customer_product_id":186418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:27:49.000Z","modified_at":"2026-02-14T14:27:49.000Z","name":"Mavis Reichert","mobile_number":"717-891-3834","email_id":"Richie.Purdy@hotmail.com","dop":"2025-04-06","serial_number":"10529096745950732","imei1":"10529096745950732","imei2":"10529096745950732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186413,"job_number":"JOB_186413","tr_customer_id":186431,"tr_customer_product_id":186421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:28:07.000Z","modified_at":"2026-02-14T14:28:07.000Z","name":"Rosamond Fisher","mobile_number":"412-913-8443","email_id":"Hector3@gmail.com","dop":"2025-04-06","serial_number":"18866263572584060","imei1":"18866263572584060","imei2":"18866263572584060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186416,"job_number":"JOB_186416","tr_customer_id":186434,"tr_customer_product_id":186424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:29:30.000Z","modified_at":"2026-02-14T14:29:30.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"14665763720427","imei1":"14665763720427","imei2":"14665763720427","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186418,"job_number":"JOB_186418","tr_customer_id":186436,"tr_customer_product_id":186426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:29:31.000Z","modified_at":"2026-02-14T14:29:31.000Z","name":"Terence Schaefer","mobile_number":"329-561-9036","email_id":"Tiffany.Lubowitz@gmail.com","dop":"2026-01-04","serial_number":"39438754957273170","imei1":"39438754957273170","imei2":"39438754957273170","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186419,"job_number":"JOB_186419","tr_customer_id":186437,"tr_customer_product_id":186427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:13.000Z","modified_at":"2026-02-14T14:30:13.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13300218591587","imei1":"13300218591587","imei2":"13300218591587","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186421,"job_number":"JOB_186421","tr_customer_id":186439,"tr_customer_product_id":186429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:15.000Z","modified_at":"2026-02-14T14:30:15.000Z","name":"Maudie Stiedemann","mobile_number":"741-379-7612","email_id":"Quentin71@yahoo.com","dop":"2026-01-04","serial_number":"81089955510828350","imei1":"81089955510828350","imei2":"81089955510828350","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186422,"job_number":"JOB_186422","tr_customer_id":186440,"tr_customer_product_id":186430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:50.000Z","modified_at":"2026-02-14T14:30:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11364429659791","imei1":"11364429659791","imei2":"11364429659791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186424,"job_number":"JOB_186424","tr_customer_id":186442,"tr_customer_product_id":186432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:51.000Z","modified_at":"2026-02-14T14:30:51.000Z","name":"Vaughn Zemlak","mobile_number":"827-576-4848","email_id":"Jettie38@gmail.com","dop":"2025-04-06","serial_number":"13258747537263652","imei1":"13258747537263652","imei2":"13258747537263652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186425,"job_number":"JOB_186425","tr_customer_id":186443,"tr_customer_product_id":186433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:56.000Z","modified_at":"2026-02-14T14:30:56.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"18602578910486","imei1":"18602578910486","imei2":"18602578910486","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186427,"job_number":"JOB_186427","tr_customer_id":186445,"tr_customer_product_id":186435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:58.000Z","modified_at":"2026-02-14T14:30:58.000Z","name":"Jannie Gusikowski","mobile_number":"832-323-4299","email_id":"Keyshawn.Carroll@gmail.com","dop":"2026-01-04","serial_number":"85975509747868420","imei1":"85975509747868420","imei2":"85975509747868420","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186428,"job_number":"JOB_186428","tr_customer_id":186446,"tr_customer_product_id":186436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:30:59.000Z","modified_at":"2026-02-14T14:30:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19748229259285","imei1":"19748229259285","imei2":"19748229259285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186430,"job_number":"JOB_186430","tr_customer_id":186448,"tr_customer_product_id":186438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:00.000Z","modified_at":"2026-02-14T14:31:00.000Z","name":"Mylene Lang","mobile_number":"297-887-6005","email_id":"Foster.Schulist@yahoo.com","dop":"2025-04-06","serial_number":"10604154887247260","imei1":"10604154887247260","imei2":"10604154887247260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186435,"job_number":"JOB_186435","tr_customer_id":186453,"tr_customer_product_id":186443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:34.000Z","modified_at":"2026-02-14T14:31:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15587236222132","imei1":"15587236222132","imei2":"15587236222132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186437,"job_number":"JOB_186437","tr_customer_id":186455,"tr_customer_product_id":186445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:36.000Z","modified_at":"2026-02-14T14:31:36.000Z","name":"Linda Gaylord","mobile_number":"255-908-7233","email_id":"Aleen17@yahoo.com","dop":"2025-04-06","serial_number":"13609483299515894","imei1":"13609483299515894","imei2":"13609483299515894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186438,"job_number":"JOB_186438","tr_customer_id":186456,"tr_customer_product_id":186446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:41.000Z","modified_at":"2026-02-14T14:31:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10997920677842","imei1":"10997920677842","imei2":"10997920677842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186440,"job_number":"JOB_186440","tr_customer_id":186458,"tr_customer_product_id":186448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:42.000Z","modified_at":"2026-02-14T14:31:42.000Z","name":"Eden Hansen","mobile_number":"279-984-9706","email_id":"Samantha.Gibson@gmail.com","dop":"2025-04-06","serial_number":"14189470078883456","imei1":"14189470078883456","imei2":"14189470078883456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186441,"job_number":"JOB_186441","tr_customer_id":186459,"tr_customer_product_id":186449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:52.000Z","modified_at":"2026-02-14T14:31:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15629081925531","imei1":"15629081925531","imei2":"15629081925531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186443,"job_number":"JOB_186443","tr_customer_id":186461,"tr_customer_product_id":186451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:54.000Z","modified_at":"2026-02-14T14:31:54.000Z","name":"Delphia Jaskolski","mobile_number":"891-970-9666","email_id":"Christiana.Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"13266281519878262","imei1":"13266281519878262","imei2":"13266281519878262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186447,"job_number":"JOB_186447","tr_customer_id":186465,"tr_customer_product_id":186455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:19.000Z","modified_at":"2026-02-14T14:32:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14093655098675","imei1":"14093655098675","imei2":"14093655098675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186449,"job_number":"JOB_186449","tr_customer_id":186467,"tr_customer_product_id":186457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:21.000Z","modified_at":"2026-02-14T14:32:21.000Z","name":"Eladio Harvey","mobile_number":"378-344-9132","email_id":"Dixie1@hotmail.com","dop":"2025-04-06","serial_number":"13525465447743460","imei1":"13525465447743460","imei2":"13525465447743460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186450,"job_number":"JOB_186450","tr_customer_id":186468,"tr_customer_product_id":186458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:22.000Z","modified_at":"2026-02-14T14:32:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18494090767779","imei1":"18494090767779","imei2":"18494090767779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186452,"job_number":"JOB_186452","tr_customer_id":186470,"tr_customer_product_id":186460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:24.000Z","modified_at":"2026-02-14T14:32:24.000Z","name":"Kylee Nienow","mobile_number":"490-967-8037","email_id":"Lavon.Towne@yahoo.com","dop":"2025-04-06","serial_number":"12486294945675952","imei1":"12486294945675952","imei2":"12486294945675952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186456,"job_number":"JOB_186456","tr_customer_id":186474,"tr_customer_product_id":186464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:36.000Z","modified_at":"2026-02-14T14:32:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10296612653189","imei1":"10296612653189","imei2":"10296612653189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186458,"job_number":"JOB_186458","tr_customer_id":186476,"tr_customer_product_id":186466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:37.000Z","modified_at":"2026-02-14T14:32:37.000Z","name":"Wendell Mohr","mobile_number":"286-230-3189","email_id":"Tia24@hotmail.com","dop":"2025-04-06","serial_number":"13663351105380792","imei1":"13663351105380792","imei2":"13663351105380792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186463,"job_number":"JOB_186463","tr_customer_id":186481,"tr_customer_product_id":186471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:03.000Z","modified_at":"2026-02-14T14:33:03.000Z","name":"Tyreek Leffler","mobile_number":"400-531-6426","email_id":"Ross.Spinka7@gmail.com","dop":"2025-04-06","serial_number":"16241835703424820","imei1":"16241835703424820","imei2":"16241835703424820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186464,"job_number":"JOB_186464","tr_customer_id":186482,"tr_customer_product_id":186472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:18.000Z","modified_at":"2026-02-14T14:33:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18649951502388","imei1":"18649951502388","imei2":"18649951502388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186466,"job_number":"JOB_186466","tr_customer_id":186484,"tr_customer_product_id":186474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:19.000Z","modified_at":"2026-02-14T14:33:19.000Z","name":"Beulah Dickinson","mobile_number":"540-661-4747","email_id":"Isidro60@yahoo.com","dop":"2025-04-06","serial_number":"17506753221464896","imei1":"17506753221464896","imei2":"17506753221464896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186468,"job_number":"JOB_186468","tr_customer_id":186486,"tr_customer_product_id":186476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:36.000Z","modified_at":"2026-02-14T14:33:36.000Z","name":"Akeem Braun","mobile_number":"385-697-2599","email_id":"Vernie.Bruen69@gmail.com","dop":"2025-04-06","serial_number":"12546814206423396","imei1":"12546814206423396","imei2":"12546814206423396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186469,"job_number":"JOB_186469","tr_customer_id":186487,"tr_customer_product_id":186477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:56.000Z","modified_at":"2026-02-14T14:33:56.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"11162387688954","imei1":"11162387688954","imei2":"11162387688954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186471,"job_number":"JOB_186471","tr_customer_id":186489,"tr_customer_product_id":186479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:33:57.000Z","modified_at":"2026-02-14T14:33:57.000Z","name":"Doyle Bahringer","mobile_number":"269-294-5694","email_id":"Jeramie.Thiel58@gmail.com","dop":"2025-04-06","serial_number":"10033629947059810","imei1":"10033629947059810","imei2":"10033629947059810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186472,"job_number":"JOB_186472","tr_customer_id":186490,"tr_customer_product_id":186480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:34:41.000Z","modified_at":"2026-02-14T14:34:41.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"13156970382104","imei1":"13156970382104","imei2":"13156970382104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186474,"job_number":"JOB_186474","tr_customer_id":186492,"tr_customer_product_id":186482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:34:43.000Z","modified_at":"2026-02-14T14:34:43.000Z","name":"Alexzander Paucek","mobile_number":"907-258-8895","email_id":"Stewart_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"11355352439291638","imei1":"11355352439291638","imei2":"11355352439291638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186475,"job_number":"JOB_186475","tr_customer_id":186493,"tr_customer_product_id":186483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:04.000Z","modified_at":"2026-02-14T14:35:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14902896502161","imei1":"14902896502161","imei2":"14902896502161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186477,"job_number":"JOB_186477","tr_customer_id":186495,"tr_customer_product_id":186485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:06.000Z","modified_at":"2026-02-14T14:35:06.000Z","name":"Camron Fadel","mobile_number":"310-659-3063","email_id":"Pasquale.Koepp@yahoo.com","dop":"2025-04-06","serial_number":"19742011936462000","imei1":"19742011936462000","imei2":"19742011936462000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186480,"job_number":"JOB_186480","tr_customer_id":186498,"tr_customer_product_id":186488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:10.000Z","modified_at":"2026-02-14T14:35:10.000Z","name":"Caden Mills","mobile_number":"928-989-4723","email_id":"Derrick.OKeefe@yahoo.com","dop":"2025-04-06","serial_number":"10940712456489332","imei1":"10940712456489332","imei2":"10940712456489332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186481,"job_number":"JOB_186481","tr_customer_id":186499,"tr_customer_product_id":186489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:13.000Z","modified_at":"2026-02-14T14:35:13.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"19766342416920","imei1":"19766342416920","imei2":"19766342416920","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186483,"job_number":"JOB_186483","tr_customer_id":186501,"tr_customer_product_id":186491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:15.000Z","modified_at":"2026-02-14T14:35:15.000Z","name":"Jaime Block","mobile_number":"981-320-5166","email_id":"Erick.Gaylord@hotmail.com","dop":"2026-01-04","serial_number":"39622555010259900","imei1":"39622555010259900","imei2":"39622555010259900","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186485,"job_number":"JOB_186485","tr_customer_id":186503,"tr_customer_product_id":186493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:26.000Z","modified_at":"2026-02-14T14:35:26.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18771245724599","imei1":"18771245724599","imei2":"18771245724599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186487,"job_number":"JOB_186487","tr_customer_id":186505,"tr_customer_product_id":186495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:28.000Z","modified_at":"2026-02-14T14:35:28.000Z","name":"Aric Hodkiewicz","mobile_number":"493-698-7826","email_id":"Lauriane_Wehner@gmail.com","dop":"2025-04-06","serial_number":"12434434587421426","imei1":"12434434587421426","imei2":"12434434587421426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186489,"job_number":"JOB_186489","tr_customer_id":186507,"tr_customer_product_id":186497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:52.000Z","modified_at":"2026-02-14T14:35:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11069315748839","imei1":"11069315748839","imei2":"11069315748839","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186491,"job_number":"JOB_186491","tr_customer_id":186509,"tr_customer_product_id":186499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:54.000Z","modified_at":"2026-02-14T14:35:54.000Z","name":"Alf Conroy","mobile_number":"844-958-0364","email_id":"Ward.Cummerata@gmail.com","dop":"2025-04-06","serial_number":"10105688387095444","imei1":"10105688387095444","imei2":"10105688387095444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186492,"job_number":"JOB_186492","tr_customer_id":186510,"tr_customer_product_id":186500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:35:56.000Z","modified_at":"2026-02-14T14:35:57.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"15293840962751","imei1":"15293840962751","imei2":"15293840962751","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:35:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186494,"job_number":"JOB_186494","tr_customer_id":186512,"tr_customer_product_id":186502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:39.000Z","modified_at":"2026-02-14T14:36:39.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"17352628292670","imei1":"17352628292670","imei2":"17352628292670","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186495,"job_number":"JOB_186495","tr_customer_id":186513,"tr_customer_product_id":186503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:39.000Z","modified_at":"2026-02-14T14:36:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16735480088236","imei1":"16735480088236","imei2":"16735480088236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186498,"job_number":"JOB_186498","tr_customer_id":186516,"tr_customer_product_id":186506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:40.000Z","modified_at":"2026-02-14T14:36:40.000Z","name":"Sam Koss","mobile_number":"935-677-0921","email_id":"Kay41@yahoo.com","dop":"2026-01-04","serial_number":"43498375317847610","imei1":"43498375317847610","imei2":"43498375317847610","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186499,"job_number":"JOB_186499","tr_customer_id":186517,"tr_customer_product_id":186507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:36:41.000Z","modified_at":"2026-02-14T14:36:41.000Z","name":"Isabell Hamill","mobile_number":"452-650-4319","email_id":"Jammie.Runolfsdottir15@yahoo.com","dop":"2025-04-06","serial_number":"17811317349646252","imei1":"17811317349646252","imei2":"17811317349646252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186500,"job_number":"JOB_186500","tr_customer_id":186518,"tr_customer_product_id":186508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:44:33.000Z","modified_at":"2026-02-14T14:44:33.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17035674235592","imei1":"17035674235592","imei2":"17035674235592","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186502,"job_number":"JOB_186502","tr_customer_id":186520,"tr_customer_product_id":186510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:44:34.000Z","modified_at":"2026-02-14T14:44:34.000Z","name":"Tamara Little","mobile_number":"398-874-1655","email_id":"Zula.Nolan47@yahoo.com","dop":"2026-01-04","serial_number":"46538805077431620","imei1":"46538805077431620","imei2":"46538805077431620","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:44:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186503,"job_number":"JOB_186503","tr_customer_id":186521,"tr_customer_product_id":186511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:45:16.000Z","modified_at":"2026-02-14T14:45:16.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13305958194408","imei1":"13305958194408","imei2":"13305958194408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186505,"job_number":"JOB_186505","tr_customer_id":186523,"tr_customer_product_id":186513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:45:17.000Z","modified_at":"2026-02-14T14:45:17.000Z","name":"Amelia Padberg","mobile_number":"736-511-8612","email_id":"Lucius.Hartmann@gmail.com","dop":"2026-01-04","serial_number":"38130249957274424","imei1":"38130249957274424","imei2":"38130249957274424","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186506,"job_number":"JOB_186506","tr_customer_id":186524,"tr_customer_product_id":186514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:45:59.000Z","modified_at":"2026-02-14T14:45:59.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"17458523370898","imei1":"17458523370898","imei2":"17458523370898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:45:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186508,"job_number":"JOB_186508","tr_customer_id":186526,"tr_customer_product_id":186516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:46:00.000Z","modified_at":"2026-02-14T14:46:00.000Z","name":"Zachariah Pacocha","mobile_number":"423-226-9093","email_id":"Sadye_Heller@hotmail.com","dop":"2026-01-04","serial_number":"72729611767500270","imei1":"72729611767500270","imei2":"72729611767500270","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186509,"job_number":"JOB_186509","tr_customer_id":186527,"tr_customer_product_id":186517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:51:54.000Z","modified_at":"2026-02-14T14:51:54.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17533620005446","imei1":"17533620005446","imei2":"17533620005446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186511,"job_number":"JOB_186511","tr_customer_id":186529,"tr_customer_product_id":186519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:51:56.000Z","modified_at":"2026-02-14T14:51:56.000Z","name":"Giovanna Streich","mobile_number":"788-201-5955","email_id":"Emmanuel.Rutherford32@gmail.com","dop":"2025-04-06","serial_number":"19746684652007144","imei1":"19746684652007144","imei2":"19746684652007144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186512,"job_number":"JOB_186512","tr_customer_id":186530,"tr_customer_product_id":186520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:52:38.000Z","modified_at":"2026-02-14T14:52:38.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11192977178751","imei1":"11192977178751","imei2":"11192977178751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186514,"job_number":"JOB_186514","tr_customer_id":186532,"tr_customer_product_id":186522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:52:40.000Z","modified_at":"2026-02-14T14:52:40.000Z","name":"Elenora Schamberger","mobile_number":"228-796-4765","email_id":"Isac.DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13398897798626508","imei1":"13398897798626508","imei2":"13398897798626508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186517,"job_number":"JOB_186517","tr_customer_id":186535,"tr_customer_product_id":186525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:09:21.000Z","modified_at":"2026-02-14T15:09:21.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"16378584977550","imei1":"16378584977550","imei2":"16378584977550","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186519,"job_number":"JOB_186519","tr_customer_id":186537,"tr_customer_product_id":186527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:09:22.000Z","modified_at":"2026-02-14T15:09:22.000Z","name":"Hester Heller","mobile_number":"458-417-9227","email_id":"Myles_Veum49@yahoo.com","dop":"2026-01-04","serial_number":"75141566123710980","imei1":"75141566123710980","imei2":"75141566123710980","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:09:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186520,"job_number":"JOB_186520","tr_customer_id":186538,"tr_customer_product_id":186528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:06.000Z","modified_at":"2026-02-14T15:10:06.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13933627186021","imei1":"13933627186021","imei2":"13933627186021","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186522,"job_number":"JOB_186522","tr_customer_id":186540,"tr_customer_product_id":186530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:08.000Z","modified_at":"2026-02-14T15:10:08.000Z","name":"Agnes Abshire","mobile_number":"958-755-3170","email_id":"Spencer_Kozey@gmail.com","dop":"2026-01-04","serial_number":"86962986461421550","imei1":"86962986461421550","imei2":"86962986461421550","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186523,"job_number":"JOB_186523","tr_customer_id":186541,"tr_customer_product_id":186531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:51.000Z","modified_at":"2026-02-14T15:10:51.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"15957844040134","imei1":"15957844040134","imei2":"15957844040134","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186525,"job_number":"JOB_186525","tr_customer_id":186543,"tr_customer_product_id":186533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:10:52.000Z","modified_at":"2026-02-14T15:10:52.000Z","name":"Edgardo Senger","mobile_number":"307-815-5897","email_id":"Clifford_Mueller@hotmail.com","dop":"2026-01-04","serial_number":"90829009765734300","imei1":"90829009765734300","imei2":"90829009765734300","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186526,"job_number":"JOB_186526","tr_customer_id":186544,"tr_customer_product_id":186534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:27:09.000Z","modified_at":"2026-02-14T15:27:09.000Z","name":"Arya Sharma","mobile_number":"8925857387","email_id":"arya.sharma@gmail.com","dop":"2026-02-13","serial_number":"89735689765434","imei1":"89735689765434","imei2":"89735689765434","popurl":"2026-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186527,"job_number":"JOB_186527","tr_customer_id":186545,"tr_customer_product_id":186535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:36:54.000Z","modified_at":"2026-02-14T15:36:54.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-02-04","serial_number":"43247707147662","imei1":"43247707147662","imei2":"43247707147662","popurl":"2026-02-04T15:36:52.627929300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186532,"job_number":"JOB_186532","tr_customer_id":186550,"tr_customer_product_id":186540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:41:42.000Z","modified_at":"2026-02-14T15:41:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-02-04","serial_number":"43247707147262","imei1":"43247707147262","imei2":"43247707147262","popurl":"2026-02-04T15:41:41.164107600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186534,"job_number":"JOB_186534","tr_customer_id":186552,"tr_customer_product_id":186542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:45:31.000Z","modified_at":"2026-02-14T15:45:31.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"100235314124702","imei1":"100235314124702","imei2":"100235314124702","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:45:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186536,"job_number":"JOB_186536","tr_customer_id":186554,"tr_customer_product_id":186544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:45:44.000Z","modified_at":"2026-02-14T15:45:44.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105449759912589","imei1":"105449759912589","imei2":"105449759912589","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:45:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186538,"job_number":"JOB_186538","tr_customer_id":186556,"tr_customer_product_id":186546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:48:30.000Z","modified_at":"2026-02-14T15:48:30.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-02-14","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-02-14T15:48:29.052Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186539,"job_number":"JOB_186539","tr_customer_id":186557,"tr_customer_product_id":186547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:03:37.000Z","modified_at":"2026-02-14T16:03:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16824179205424","imei1":"16824179205424","imei2":"16824179205424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186541,"job_number":"JOB_186541","tr_customer_id":186559,"tr_customer_product_id":186549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:03:38.000Z","modified_at":"2026-02-14T16:03:38.000Z","name":"Dixie Schoen","mobile_number":"566-746-0995","email_id":"Cristobal_Lubowitz@hotmail.com","dop":"2025-04-06","serial_number":"10031689925190900","imei1":"10031689925190900","imei2":"10031689925190900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186542,"job_number":"JOB_186542","tr_customer_id":186560,"tr_customer_product_id":186550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:07.000Z","modified_at":"2026-02-14T16:04:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12828651970761","imei1":"12828651970761","imei2":"12828651970761","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186544,"job_number":"JOB_186544","tr_customer_id":186562,"tr_customer_product_id":186552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:08.000Z","modified_at":"2026-02-14T16:04:08.000Z","name":"Wallace Ziemann","mobile_number":"902-799-7851","email_id":"Russel_Howe@hotmail.com","dop":"2025-04-06","serial_number":"12136271642341160","imei1":"12136271642341160","imei2":"12136271642341160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186545,"job_number":"JOB_186545","tr_customer_id":186563,"tr_customer_product_id":186553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:38.000Z","modified_at":"2026-02-14T16:04:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13723554466484","imei1":"13723554466484","imei2":"13723554466484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186547,"job_number":"JOB_186547","tr_customer_id":186565,"tr_customer_product_id":186555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:04:39.000Z","modified_at":"2026-02-14T16:04:39.000Z","name":"Damaris Jakubowski","mobile_number":"377-811-0182","email_id":"Eva.Rosenbaum39@yahoo.com","dop":"2025-04-06","serial_number":"11747961833221202","imei1":"11747961833221202","imei2":"11747961833221202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:04:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186548,"job_number":"JOB_186548","tr_customer_id":186566,"tr_customer_product_id":186556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:11:51.000Z","modified_at":"2026-02-14T16:11:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14498641211462","imei1":"14498641211462","imei2":"14498641211462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:11:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186550,"job_number":"JOB_186550","tr_customer_id":186568,"tr_customer_product_id":186558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:11:52.000Z","modified_at":"2026-02-14T16:11:52.000Z","name":"Yvonne Haley","mobile_number":"862-233-9866","email_id":"Jerrod_OConner@gmail.com","dop":"2025-04-06","serial_number":"14958927395460564","imei1":"14958927395460564","imei2":"14958927395460564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186551,"job_number":"JOB_186551","tr_customer_id":186569,"tr_customer_product_id":186559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:18.000Z","modified_at":"2026-02-14T16:12:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17035794447545","imei1":"17035794447545","imei2":"17035794447545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186553,"job_number":"JOB_186553","tr_customer_id":186571,"tr_customer_product_id":186561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:18.000Z","modified_at":"2026-02-14T16:12:18.000Z","name":"Durward Ankunding","mobile_number":"662-584-3254","email_id":"Edgardo24@yahoo.com","dop":"2025-04-06","serial_number":"15541089944688176","imei1":"15541089944688176","imei2":"15541089944688176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186554,"job_number":"JOB_186554","tr_customer_id":186572,"tr_customer_product_id":186562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:45.000Z","modified_at":"2026-02-14T16:12:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18351917709271","imei1":"18351917709271","imei2":"18351917709271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186556,"job_number":"JOB_186556","tr_customer_id":186574,"tr_customer_product_id":186564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:12:46.000Z","modified_at":"2026-02-14T16:12:46.000Z","name":"Althea Larson","mobile_number":"293-693-7079","email_id":"Mallie_Kling8@yahoo.com","dop":"2025-04-06","serial_number":"15430761402611404","imei1":"15430761402611404","imei2":"15430761402611404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:12:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186557,"job_number":"JOB_186557","tr_customer_id":186575,"tr_customer_product_id":186565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:22:12.000Z","modified_at":"2026-02-14T16:22:12.000Z","name":"Ram Sharma","mobile_number":"9161759333","email_id":"psagra13@gmail.com","dop":"2026-02-06","serial_number":"23456781801705","imei1":"23456799101805","imei2":"23456689101105","popurl":"2026-02-06T16:22:06.185742800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186558,"job_number":"JOB_186558","tr_customer_id":186576,"tr_customer_product_id":186566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:11.000Z","modified_at":"2026-02-14T16:37:11.000Z","name":"Abhinandan Basu","mobile_number":"9144243431","email_id":"basuabhinandan99@gmail.com","dop":"2026-01-04","serial_number":"17627400456568","imei1":"17627400456568","imei2":"17627400456568","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186560,"job_number":"JOB_186560","tr_customer_id":186578,"tr_customer_product_id":186568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:13.000Z","modified_at":"2026-02-14T16:37:13.000Z","name":"Abner Stoltenberg","mobile_number":"434-586-4848","email_id":"Crawford63@yahoo.com","dop":"2026-01-04","serial_number":"88333206087083580","imei1":"88333206087083580","imei2":"88333206087083580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186561,"job_number":"JOB_186561","tr_customer_id":186579,"tr_customer_product_id":186569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:58.000Z","modified_at":"2026-02-14T16:37:58.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2026-01-04","serial_number":"13724934292916","imei1":"13724934292916","imei2":"13724934292916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186563,"job_number":"JOB_186563","tr_customer_id":186581,"tr_customer_product_id":186571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:37:59.000Z","modified_at":"2026-02-14T16:37:59.000Z","name":"Raphael Luettgen","mobile_number":"200-563-8307","email_id":"Haylie_Veum@yahoo.com","dop":"2026-01-04","serial_number":"27585526932556660","imei1":"27585526932556660","imei2":"27585526932556660","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186564,"job_number":"JOB_186564","tr_customer_id":186582,"tr_customer_product_id":186572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:38:44.000Z","modified_at":"2026-02-14T16:38:44.000Z","name":"Shrayashi Ghosh","mobile_number":"6291760416","email_id":"mimighosh098@gmail.com","dop":"2026-01-04","serial_number":"10776963977938","imei1":"10776963977938","imei2":"10776963977938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186566,"job_number":"JOB_186566","tr_customer_id":186584,"tr_customer_product_id":186574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:38:45.000Z","modified_at":"2026-02-14T16:38:45.000Z","name":"Stella Schroeder","mobile_number":"842-363-7189","email_id":"Nathanael.Larson@yahoo.com","dop":"2026-01-04","serial_number":"63840359487846690","imei1":"63840359487846690","imei2":"63840359487846690","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186567,"job_number":"JOB_186567","tr_customer_id":186585,"tr_customer_product_id":186575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:40:31.000Z","modified_at":"2026-02-14T16:40:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16628221364459","imei1":"16628221364459","imei2":"16628221364459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186569,"job_number":"JOB_186569","tr_customer_id":186587,"tr_customer_product_id":186577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:40:32.000Z","modified_at":"2026-02-14T16:40:32.000Z","name":"Lenny Jaskolski","mobile_number":"285-400-5591","email_id":"Nellie42@gmail.com","dop":"2025-04-06","serial_number":"13259639120472336","imei1":"13259639120472336","imei2":"13259639120472336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186570,"job_number":"JOB_186570","tr_customer_id":186588,"tr_customer_product_id":186578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:06.000Z","modified_at":"2026-02-14T16:41:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16144219985150","imei1":"16144219985150","imei2":"16144219985150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186572,"job_number":"JOB_186572","tr_customer_id":186590,"tr_customer_product_id":186580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:07.000Z","modified_at":"2026-02-14T16:41:07.000Z","name":"Cecil McDermott","mobile_number":"374-382-3333","email_id":"Rafaela_Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"19368827632641024","imei1":"19368827632641024","imei2":"19368827632641024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186573,"job_number":"JOB_186573","tr_customer_id":186591,"tr_customer_product_id":186581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:40.000Z","modified_at":"2026-02-14T16:41:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19603665744067","imei1":"19603665744067","imei2":"19603665744067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186575,"job_number":"JOB_186575","tr_customer_id":186593,"tr_customer_product_id":186583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:41:42.000Z","modified_at":"2026-02-14T16:41:42.000Z","name":"Derick Medhurst","mobile_number":"431-281-4979","email_id":"Jacinthe.Hansen71@gmail.com","dop":"2025-04-06","serial_number":"16130986134650278","imei1":"16130986134650278","imei2":"16130986134650278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186576,"job_number":"JOB_186576","tr_customer_id":186594,"tr_customer_product_id":186584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:53:21.000Z","modified_at":"2026-02-14T16:53:21.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-02-04","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-02-04T16:53:21.327505202Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186577,"job_number":"JOB_186577","tr_customer_id":186595,"tr_customer_product_id":186585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:38.000Z","modified_at":"2026-02-14T16:55:38.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-02-04","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-02-04T16:55:37.874685881Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186578,"job_number":"JOB_186578","tr_customer_id":186596,"tr_customer_product_id":186586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:49.000Z","modified_at":"2026-02-14T16:55:49.000Z","name":"Nikhil Hulke","mobile_number":"8390276733","email_id":"nik7hulke@gmail.com","dop":"2026-02-04","serial_number":"12510855381228","imei1":"12510855381228","imei2":"12510855381228","popurl":"2026-02-04T16:55:48.888113856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186579,"job_number":"JOB_186579","tr_customer_id":186597,"tr_customer_product_id":186587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:54.000Z","modified_at":"2026-02-14T16:55:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-02-04","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-02-04T16:55:54.317111965Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186580,"job_number":"JOB_186580","tr_customer_id":186598,"tr_customer_product_id":186588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:55.000Z","modified_at":"2026-02-14T16:55:55.000Z","name":"Chitrangada Kaniyar","mobile_number":"7046241426","email_id":"anandamayi.bhattacharya@yahoo.co.in","dop":"2026-02-04","serial_number":"537105496882451","imei1":"537105496882451","imei2":"537105496882451","popurl":"www.balachandra-jha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186581,"job_number":"JOB_186581","tr_customer_id":186599,"tr_customer_product_id":186589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:56.000Z","modified_at":"2026-02-14T16:55:56.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-02-04","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-02-04T16:55:55.696387468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186582,"job_number":"JOB_186582","tr_customer_id":186600,"tr_customer_product_id":186590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:55:56.000Z","modified_at":"2026-02-14T16:55:56.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-02-04","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-02-04T16:55:56.262922449Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186583,"job_number":"JOB_186583","tr_customer_id":186601,"tr_customer_product_id":186591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:04.000Z","modified_at":"2026-02-14T16:57:04.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-02-04","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-02-04T16:57:04.003387129Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186584,"job_number":"JOB_186584","tr_customer_id":186602,"tr_customer_product_id":186592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:16.000Z","modified_at":"2026-02-14T16:57:16.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-02-04","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-02-04T16:57:15.976391492Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186585,"job_number":"JOB_186585","tr_customer_id":186603,"tr_customer_product_id":186593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:19.000Z","modified_at":"2026-02-14T16:57:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-02-04","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-02-04T16:57:19.478366036Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186586,"job_number":"JOB_186586","tr_customer_id":186604,"tr_customer_product_id":186594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T16:57:22.000Z","modified_at":"2026-02-14T16:57:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-02-04","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-02-04T16:57:21.874004725Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T16:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186587,"job_number":"JOB_186587","tr_customer_id":186605,"tr_customer_product_id":186595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:00:54.000Z","modified_at":"2026-02-14T17:00:54.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-04","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-02-04T17:00:53.871751805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186588,"job_number":"JOB_186588","tr_customer_id":186606,"tr_customer_product_id":186596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:25.000Z","modified_at":"2026-02-14T17:18:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17094843241599","imei1":"17094843241599","imei2":"17094843241599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186590,"job_number":"JOB_186590","tr_customer_id":186608,"tr_customer_product_id":186598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:26.000Z","modified_at":"2026-02-14T17:18:26.000Z","name":"Nickolas Gleichner","mobile_number":"454-887-8985","email_id":"Prudence.Gleichner21@hotmail.com","dop":"2025-04-06","serial_number":"16476885566110746","imei1":"16476885566110746","imei2":"16476885566110746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186591,"job_number":"JOB_186591","tr_customer_id":186609,"tr_customer_product_id":186599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:55.000Z","modified_at":"2026-02-14T17:18:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12130893119151","imei1":"12130893119151","imei2":"12130893119151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186593,"job_number":"JOB_186593","tr_customer_id":186611,"tr_customer_product_id":186601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:18:56.000Z","modified_at":"2026-02-14T17:18:56.000Z","name":"Mable Corkery","mobile_number":"822-318-9269","email_id":"Avis_Gerhold56@gmail.com","dop":"2025-04-06","serial_number":"13460518066499608","imei1":"13460518066499608","imei2":"13460518066499608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186594,"job_number":"JOB_186594","tr_customer_id":186612,"tr_customer_product_id":186602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:19:27.000Z","modified_at":"2026-02-14T17:19:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11305734432005","imei1":"11305734432005","imei2":"11305734432005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186596,"job_number":"JOB_186596","tr_customer_id":186614,"tr_customer_product_id":186604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:19:28.000Z","modified_at":"2026-02-14T17:19:29.000Z","name":"Jasper Goldner","mobile_number":"355-667-0941","email_id":"Al.McGlynn90@yahoo.com","dop":"2025-04-06","serial_number":"13301371990997898","imei1":"13301371990997898","imei2":"13301371990997898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186597,"job_number":"JOB_186597","tr_customer_id":186615,"tr_customer_product_id":186605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:01.000Z","modified_at":"2026-02-14T17:25:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19715956193875","imei1":"19715956193875","imei2":"19715956193875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186599,"job_number":"JOB_186599","tr_customer_id":186617,"tr_customer_product_id":186607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:02.000Z","modified_at":"2026-02-14T17:25:02.000Z","name":"Adeline Mills","mobile_number":"621-626-9216","email_id":"Yvonne89@yahoo.com","dop":"2025-04-06","serial_number":"19362938018547160","imei1":"19362938018547160","imei2":"19362938018547160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186600,"job_number":"JOB_186600","tr_customer_id":186618,"tr_customer_product_id":186608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:46.000Z","modified_at":"2026-02-14T17:25:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10484960031013","imei1":"10484960031013","imei2":"10484960031013","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186602,"job_number":"JOB_186602","tr_customer_id":186620,"tr_customer_product_id":186610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:25:48.000Z","modified_at":"2026-02-14T17:25:48.000Z","name":"Lesly Keeling","mobile_number":"214-774-0503","email_id":"Solon.Cremin@yahoo.com","dop":"2025-04-06","serial_number":"15549388211076464","imei1":"15549388211076464","imei2":"15549388211076464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186603,"job_number":"JOB_186603","tr_customer_id":186621,"tr_customer_product_id":186611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:26:31.000Z","modified_at":"2026-02-14T17:26:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14536127853362","imei1":"14536127853362","imei2":"14536127853362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186605,"job_number":"JOB_186605","tr_customer_id":186623,"tr_customer_product_id":186613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:26:33.000Z","modified_at":"2026-02-14T17:26:33.000Z","name":"Corbin Thiel","mobile_number":"951-956-8603","email_id":"Lolita62@yahoo.com","dop":"2025-04-06","serial_number":"10055209043894298","imei1":"10055209043894298","imei2":"10055209043894298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186610,"job_number":"JOB_186610","tr_customer_id":186628,"tr_customer_product_id":186618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:49:19.000Z","modified_at":"2026-02-14T17:49:19.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-02-04","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-02-04T17:49:19.055308849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186611,"job_number":"JOB_186611","tr_customer_id":186629,"tr_customer_product_id":186619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:13.000Z","modified_at":"2026-02-14T17:50:13.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-02-04","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-02-04T17:50:12.848836823Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186612,"job_number":"JOB_186612","tr_customer_id":186630,"tr_customer_product_id":186620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:16.000Z","modified_at":"2026-02-14T17:50:16.000Z","name":"Manasi Avachat","mobile_number":"9767145100","email_id":"manasiavachat14@gmail.com","dop":"2026-02-04","serial_number":"88118034553133","imei1":"88118034553133","imei2":"88118034553133","popurl":"2026-02-04T17:50:16.080107785Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186613,"job_number":"JOB_186613","tr_customer_id":186631,"tr_customer_product_id":186621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:22.000Z","modified_at":"2026-02-14T17:50:22.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-02-04","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-02-04T17:50:21.923383788Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186614,"job_number":"JOB_186614","tr_customer_id":186632,"tr_customer_product_id":186622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:37.000Z","modified_at":"2026-02-14T17:50:37.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-02-04","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-02-04T17:50:36.552744914Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186615,"job_number":"JOB_186615","tr_customer_id":186633,"tr_customer_product_id":186623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:38.000Z","modified_at":"2026-02-14T17:50:38.000Z","name":"Bhupati Bandopadhyay","mobile_number":"7007750620","email_id":"paramartha.sinha@hotmail.com","dop":"2026-02-04","serial_number":"516327748925770","imei1":"516327748925770","imei2":"516327748925770","popurl":"www.lakshmidhar-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186616,"job_number":"JOB_186616","tr_customer_id":186634,"tr_customer_product_id":186624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:46.000Z","modified_at":"2026-02-14T17:50:46.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-02-04","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-02-04T17:50:45.445650899Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186617,"job_number":"JOB_186617","tr_customer_id":186635,"tr_customer_product_id":186625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:50:55.000Z","modified_at":"2026-02-14T17:50:55.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-02-04","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-02-04T17:50:54.751929999Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186618,"job_number":"JOB_186618","tr_customer_id":186636,"tr_customer_product_id":186626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:51:02.000Z","modified_at":"2026-02-14T17:51:02.000Z","name":"Deveshwar Jha","mobile_number":"7026553535","email_id":"gaurang.ahuja@gmail.com","dop":"2026-02-04","serial_number":"546773743745541","imei1":"546773743745541","imei2":"546773743745541","popurl":"www.shashi-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186619,"job_number":"JOB_186619","tr_customer_id":186637,"tr_customer_product_id":186627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:51:21.000Z","modified_at":"2026-02-14T17:51:21.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-02-04","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-02-04T17:51:20.668254419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186620,"job_number":"JOB_186620","tr_customer_id":186638,"tr_customer_product_id":186628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:52:04.000Z","modified_at":"2026-02-14T17:52:04.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-02-04","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-02-04T17:52:03.631892773Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186622,"job_number":"JOB_186622","tr_customer_id":186640,"tr_customer_product_id":186630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:52:29.000Z","modified_at":"2026-02-14T17:52:29.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2026-02-04","serial_number":"27700110461111","imei1":"27700110461111","imei2":"27700110461111","popurl":"2026-02-04T17:52:29.029953099Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186623,"job_number":"JOB_186623","tr_customer_id":186641,"tr_customer_product_id":186631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:37:55.000Z","modified_at":"2026-02-14T18:37:55.000Z","name":"Ram Sharma","mobile_number":"9161759333","email_id":"psagra13@gmail.com","dop":"2026-02-06","serial_number":"23456781801708","imei1":"23456799101808","imei2":"23456689101108","popurl":"2026-02-06T18:37:53.854696100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186624,"job_number":"JOB_186624","tr_customer_id":186642,"tr_customer_product_id":186632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:58:19.000Z","modified_at":"2026-02-14T18:58:19.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-02-04","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-02-04T18:58:18.729145361Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186625,"job_number":"JOB_186625","tr_customer_id":186643,"tr_customer_product_id":186633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:59:45.000Z","modified_at":"2026-02-14T18:59:45.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-02-13","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-02-13T18:59:44.599176189Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186626,"job_number":"JOB_186626","tr_customer_id":186644,"tr_customer_product_id":186634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:59:49.000Z","modified_at":"2026-02-14T18:59:49.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-02-04","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-02-04T18:59:48.618480353Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186627,"job_number":"JOB_186627","tr_customer_id":186645,"tr_customer_product_id":186635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T18:59:49.000Z","modified_at":"2026-02-14T18:59:49.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-02-04","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-02-04T18:59:49.177898568Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T18:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186628,"job_number":"JOB_186628","tr_customer_id":186646,"tr_customer_product_id":186636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:44.000Z","modified_at":"2026-02-14T19:00:44.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-02-04","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-02-04T19:00:43.936187101Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186629,"job_number":"JOB_186629","tr_customer_id":186647,"tr_customer_product_id":186637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:48.000Z","modified_at":"2026-02-14T19:00:48.000Z","name":"Budhil Kaur","mobile_number":"7080361164","email_id":"anjushree.tagore@hotmail.com","dop":"2026-02-04","serial_number":"225485457010568","imei1":"225485457010568","imei2":"225485457010568","popurl":"www.dwaipayan-chattopadhyay.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186631,"job_number":"JOB_186631","tr_customer_id":186649,"tr_customer_product_id":186639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:57.000Z","modified_at":"2026-02-14T19:00:57.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-02-04","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-02-04T19:00:56.957740916Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186632,"job_number":"JOB_186632","tr_customer_id":186650,"tr_customer_product_id":186640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:01:18.000Z","modified_at":"2026-02-14T19:01:18.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-02-09","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-02-09T19:01:18.045592724Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186633,"job_number":"JOB_186633","tr_customer_id":186651,"tr_customer_product_id":186641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:01:50.000Z","modified_at":"2026-02-14T19:01:50.000Z","name":"Bhadraksh Johar","mobile_number":"7077085714","email_id":"manik.nehru@hotmail.com","dop":"2026-02-04","serial_number":"394364441030594","imei1":"394364441030594","imei2":"394364441030594","popurl":"www.ashok-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186635,"job_number":"JOB_186635","tr_customer_id":186653,"tr_customer_product_id":186643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:33:18.000Z","modified_at":"2026-02-14T19:33:18.000Z","name":"Sadye Keeling","mobile_number":"903-839-8698","email_id":"Mitchell.Konopelski@yahoo.com","dop":"2025-04-06","serial_number":"11055313999125592","imei1":"11055313999125592","imei2":"11055313999125592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:33:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186636,"job_number":"JOB_186636","tr_customer_id":186654,"tr_customer_product_id":186644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:44:07.000Z","modified_at":"2026-02-14T19:44:07.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-02-04","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-02-04T19:44:07.340503451Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186637,"job_number":"JOB_186637","tr_customer_id":186655,"tr_customer_product_id":186645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T23:44:07.000Z","modified_at":"2026-02-14T23:44:07.000Z","name":"Adheesh Sethi","mobile_number":"7025345015","email_id":"manikya.bhattacharya@hotmail.com","dop":"2026-02-04","serial_number":"455478393194787","imei1":"455478393194787","imei2":"455478393194787","popurl":"www.goutam-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T23:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186638,"job_number":"JOB_186638","tr_customer_id":186656,"tr_customer_product_id":186646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T00:41:53.000Z","modified_at":"2026-02-15T00:41:53.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"77319011374519","imei1":"77319011374519","imei2":"77319011374519","popurl":"2026-02-05T00:41:50.651576800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T00:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186639,"job_number":"JOB_186639","tr_customer_id":186657,"tr_customer_product_id":186647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T01:54:58.000Z","modified_at":"2026-02-15T01:54:58.000Z","name":"Yashwanth K","mobile_number":"9786754626","email_id":"yashwanthk@gmail.com","dop":"2026-02-05","serial_number":"81119011374519","imei1":"81119011374519","imei2":"81119011374519","popurl":"2026-02-05T01:54:55.551444300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T01:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186641,"job_number":"JOB_186641","tr_customer_id":186659,"tr_customer_product_id":186649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:25:55.000Z","name":"Wyatt Lemke","mobile_number":"666-420-4979","email_id":"Pierre.Mertz47@hotmail.com","dop":"2025-05-30","serial_number":"17042674251553","imei1":"17042674251553","imei2":"17042674251553","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186642,"job_number":"JOB_186642","tr_customer_id":186660,"tr_customer_product_id":186650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:57.000Z","modified_at":"2026-02-15T03:25:57.000Z","name":"Ashtyn Wuckert","mobile_number":"566-974-6969","email_id":"Agustina_Wisozk@yahoo.com","dop":"2025-05-30","serial_number":"1314142887980010","imei1":"1314142887980010","imei2":"1314142887980010","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-15T03:25:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185693,"job_number":"JOB_185693","tr_customer_id":185711,"tr_customer_product_id":185701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:20.000Z","modified_at":"2026-02-14T04:20:20.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Abagail.Mills74@gmail.com","dop":"2025-07-02","serial_number":"16728617980195","imei1":"16728617980195","imei2":"16728617980195","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185707,"job_number":"JOB_185707","tr_customer_id":185725,"tr_customer_product_id":185715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:36.000Z","modified_at":"2026-02-14T04:20:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kathryn_Schiller@yahoo.com","dop":"2025-07-02","serial_number":"15375834206600","imei1":"15375834206600","imei2":"15375834206600","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185725,"job_number":"JOB_185725","tr_customer_id":185743,"tr_customer_product_id":185733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:53.000Z","modified_at":"2026-02-14T04:20:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Lera32@hotmail.com","dop":"2025-07-02","serial_number":"17659809952990","imei1":"17659809952990","imei2":"17659809952990","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:20:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185761,"job_number":"JOB_185761","tr_customer_id":185779,"tr_customer_product_id":185769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:36.000Z","modified_at":"2026-02-14T04:21:36.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"103195292702869","imei1":"103195292702869","imei2":"103195292702869","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185762,"job_number":"JOB_185762","tr_customer_id":185780,"tr_customer_product_id":185770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:36.000Z","modified_at":"2026-02-14T04:21:36.000Z","name":"Jay White","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199887683658491","imei1":"199887683658491","imei2":"199887683658491","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185763,"job_number":"JOB_185763","tr_customer_id":185781,"tr_customer_product_id":185771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:36.000Z","modified_at":"2026-02-14T04:21:36.000Z","name":"Forest Crona","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177471121421020","imei1":"177471121421020","imei2":"177471121421020","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185764,"job_number":"JOB_185764","tr_customer_id":185782,"tr_customer_product_id":185772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:37.000Z","modified_at":"2026-02-14T04:21:37.000Z","name":"Roosevelt Wolff","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100918594932881","imei1":"100918594932881","imei2":"100918594932881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185777,"job_number":"JOB_185777","tr_customer_id":185795,"tr_customer_product_id":185785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:47.000Z","modified_at":"2026-02-14T04:21:47.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197781081024667","imei1":"197781081024667","imei2":"197781081024667","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185778,"job_number":"JOB_185778","tr_customer_id":185796,"tr_customer_product_id":185786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:47.000Z","modified_at":"2026-02-14T04:21:47.000Z","name":"Chloe Bruen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140034759093387","imei1":"140034759093387","imei2":"140034759093387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185779,"job_number":"JOB_185779","tr_customer_id":185797,"tr_customer_product_id":185787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:47.000Z","modified_at":"2026-02-14T04:21:47.000Z","name":"Darrin Rowe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142640422854869","imei1":"142640422854869","imei2":"142640422854869","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185780,"job_number":"JOB_185780","tr_customer_id":185798,"tr_customer_product_id":185788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:48.000Z","modified_at":"2026-02-14T04:21:48.000Z","name":"Emelia Bruen","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"115338910072434","imei1":"115338910072434","imei2":"115338910072434","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185788,"job_number":"JOB_185788","tr_customer_id":185806,"tr_customer_product_id":185796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:53.000Z","modified_at":"2026-02-14T04:21:53.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12648784282633","imei1":"12648784282633","imei2":"12648784282633","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185801,"job_number":"JOB_185801","tr_customer_id":185819,"tr_customer_product_id":185809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:59.000Z","modified_at":"2026-02-14T04:21:59.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103890097099279","imei1":"103890097099279","imei2":"103890097099279","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185803,"job_number":"JOB_185803","tr_customer_id":185821,"tr_customer_product_id":185811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:21:59.000Z","modified_at":"2026-02-14T04:21:59.000Z","name":"Zander Champlin","mobile_number":"273-366-7022","email_id":"Hayley_Huel86@yahoo.com","dop":"2025-06-09","serial_number":"106780868069895","imei1":"106780868069895","imei2":"106780868069895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:21:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185814,"job_number":"JOB_185814","tr_customer_id":185832,"tr_customer_product_id":185822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:14.000Z","modified_at":"2026-02-14T04:22:14.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105919468949502","imei1":"105919468949502","imei2":"105919468949502","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185816,"job_number":"JOB_185816","tr_customer_id":185834,"tr_customer_product_id":185824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:14.000Z","modified_at":"2026-02-14T04:22:14.000Z","name":"Dessie Hoppe","mobile_number":"229-888-7229","email_id":"Joanne_Deckow34@hotmail.com","dop":"2025-06-09","serial_number":"109110912155009","imei1":"109110912155009","imei2":"109110912155009","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185824,"job_number":"JOB_185824","tr_customer_id":185842,"tr_customer_product_id":185832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:28.000Z","modified_at":"2026-02-14T04:22:28.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107648944558335","imei1":"107648944558335","imei2":"107648944558335","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185826,"job_number":"JOB_185826","tr_customer_id":185844,"tr_customer_product_id":185834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:22:29.000Z","modified_at":"2026-02-14T04:22:29.000Z","name":"Cyril O'Kon","mobile_number":"770-720-0159","email_id":"Deborah.Daniel80@gmail.com","dop":"2025-06-09","serial_number":"109594185124588","imei1":"109594185124588","imei2":"109594185124588","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185858,"job_number":"JOB_185858","tr_customer_id":185876,"tr_customer_product_id":185866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:24:28.000Z","modified_at":"2026-02-14T04:24:28.000Z","name":"Ram konidela","mobile_number":"6773565356","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"56465654656767","imei1":"56465654656767","imei2":"56465654656767","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:24:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185859,"job_number":"JOB_185859","tr_customer_id":185877,"tr_customer_product_id":185867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:27:17.000Z","modified_at":"2026-02-14T04:27:17.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"56465654656767","imei1":"56465654656675","imei2":"56465654656675","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185917,"job_number":"JOB_185917","tr_customer_id":185935,"tr_customer_product_id":185925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:26:22.000Z","modified_at":"2026-02-14T06:26:22.000Z","name":"Yashwanth K","mobile_number":"8494995358","email_id":"google1@gmail.com","dop":"2025-10-14","serial_number":"17326682374990","imei1":"17326682374990","imei2":"17326682374990","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185925,"job_number":"JOB_185925","tr_customer_id":185943,"tr_customer_product_id":185933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:40:20.000Z","modified_at":"2026-02-14T06:40:20.000Z","name":"Yashwanth K","mobile_number":"8494995358","email_id":"google1@gmail.com","dop":"2025-10-14","serial_number":"13326682374990","imei1":"13326682374990","imei2":"13326682374990","popurl":"2025-10-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185989,"job_number":"JOB_185989","tr_customer_id":186007,"tr_customer_product_id":185997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:01:06.000Z","modified_at":"2026-02-14T08:01:06.000Z","name":"Sid T","mobile_number":"9166881662","email_id":"abc@xyz.com","dop":"2025-12-31","serial_number":"90274950463759","imei1":"90274950463759","imei2":"90274950463759","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186012,"job_number":"JOB_186012","tr_customer_id":186030,"tr_customer_product_id":186020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T08:37:47.000Z","modified_at":"2026-02-14T08:37:47.000Z","name":"Sid T","mobile_number":"9166881662","email_id":"abc@xyz.com","dop":"2025-12-31","serial_number":"90274950463760","imei1":"90274950463760","imei2":"90274950463760","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T08:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186163,"job_number":"JOB_186163","tr_customer_id":186181,"tr_customer_product_id":186171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T11:41:49.000Z","modified_at":"2026-02-14T11:41:49.000Z","name":"Demario Maggio","mobile_number":"588-819-8466","email_id":"Osvaldo24@yahoo.com","dop":"2025-04-23","serial_number":"13207941850920","imei1":"13207941850920","imei2":"13207941850920","popurl":"2025-04-23T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T11:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186181,"job_number":"JOB_186181","tr_customer_id":186199,"tr_customer_product_id":186189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:44.000Z","modified_at":"2026-02-14T12:28:44.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"78044266256999","imei1":"78044266256999","imei2":"78044266256999","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186182,"job_number":"JOB_186182","tr_customer_id":186200,"tr_customer_product_id":186190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:44.000Z","modified_at":"2026-02-14T12:28:44.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"24805691122254","imei1":"24805691122254","imei2":"24805691122254","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186185,"job_number":"JOB_186185","tr_customer_id":186203,"tr_customer_product_id":186193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:50.000Z","modified_at":"2026-02-14T12:28:50.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"107211614017414","imei1":"107211614017414","imei2":"107211614017414","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186186,"job_number":"JOB_186186","tr_customer_id":186204,"tr_customer_product_id":186194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:28:50.000Z","modified_at":"2026-02-14T12:28:50.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"80183851687444","imei1":"80183851687444","imei2":"80183851687444","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186189,"job_number":"JOB_186189","tr_customer_id":186207,"tr_customer_product_id":186197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:35.000Z","modified_at":"2026-02-14T12:46:35.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"100898944237311","imei1":"100898944237311","imei2":"100898944237311","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186190,"job_number":"JOB_186190","tr_customer_id":186208,"tr_customer_product_id":186198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:35.000Z","modified_at":"2026-02-14T12:46:35.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"71928834723148","imei1":"71928834723148","imei2":"71928834723148","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186191,"job_number":"JOB_186191","tr_customer_id":186209,"tr_customer_product_id":186199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:40.000Z","modified_at":"2026-02-14T12:46:40.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"102685274270253","imei1":"102685274270253","imei2":"102685274270253","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186192,"job_number":"JOB_186192","tr_customer_id":186210,"tr_customer_product_id":186200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T12:46:40.000Z","modified_at":"2026-02-14T12:46:40.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"22415723095995","imei1":"22415723095995","imei2":"22415723095995","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T12:46:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186209,"job_number":"JOB_186209","tr_customer_id":186227,"tr_customer_product_id":186217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:11.000Z","modified_at":"2026-02-14T13:35:11.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"102641273917784","imei1":"102641273917784","imei2":"102641273917784","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186210,"job_number":"JOB_186210","tr_customer_id":186228,"tr_customer_product_id":186218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:11.000Z","modified_at":"2026-02-14T13:35:11.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"91192067564503","imei1":"91192067564503","imei2":"91192067564503","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186211,"job_number":"JOB_186211","tr_customer_id":186229,"tr_customer_product_id":186219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:16.000Z","modified_at":"2026-02-14T13:35:16.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"35517493462652","imei1":"35517493462652","imei2":"35517493462652","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186212,"job_number":"JOB_186212","tr_customer_id":186230,"tr_customer_product_id":186220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:35:17.000Z","modified_at":"2026-02-14T13:35:17.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"80185915079255","imei1":"80185915079255","imei2":"80185915079255","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:35:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186218,"job_number":"JOB_186218","tr_customer_id":186236,"tr_customer_product_id":186226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:43:57.000Z","modified_at":"2026-02-14T13:43:57.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"63007674885909","imei1":"63007674885909","imei2":"63007674885909","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186219,"job_number":"JOB_186219","tr_customer_id":186237,"tr_customer_product_id":186227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:43:57.000Z","modified_at":"2026-02-14T13:43:57.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"91099225773518","imei1":"91099225773518","imei2":"91099225773518","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186220,"job_number":"JOB_186220","tr_customer_id":186238,"tr_customer_product_id":186228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:02.000Z","modified_at":"2026-02-14T13:44:02.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"64730208565724","imei1":"64730208565724","imei2":"64730208565724","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186221,"job_number":"JOB_186221","tr_customer_id":186239,"tr_customer_product_id":186229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T13:44:02.000Z","modified_at":"2026-02-14T13:44:02.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"51977056428054","imei1":"51977056428054","imei2":"51977056428054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T13:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186286,"job_number":"JOB_186286","tr_customer_id":186304,"tr_customer_product_id":186294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:07.000Z","modified_at":"2026-02-14T14:00:07.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"33091782106052","imei1":"33091782106052","imei2":"33091782106052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186287,"job_number":"JOB_186287","tr_customer_id":186305,"tr_customer_product_id":186295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:08.000Z","modified_at":"2026-02-14T14:00:08.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"101631301540987","imei1":"101631301540987","imei2":"101631301540987","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186288,"job_number":"JOB_186288","tr_customer_id":186306,"tr_customer_product_id":186296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:13.000Z","modified_at":"2026-02-14T14:00:13.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"84852967162742","imei1":"84852967162742","imei2":"84852967162742","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186289,"job_number":"JOB_186289","tr_customer_id":186307,"tr_customer_product_id":186297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:00:13.000Z","modified_at":"2026-02-14T14:00:13.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"86623023487169","imei1":"86623023487169","imei2":"86623023487169","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186305,"job_number":"JOB_186305","tr_customer_id":186323,"tr_customer_product_id":186313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:44.000Z","modified_at":"2026-02-14T14:15:44.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"110423024574170","imei1":"110423024574170","imei2":"110423024574170","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186306,"job_number":"JOB_186306","tr_customer_id":186324,"tr_customer_product_id":186314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:45.000Z","modified_at":"2026-02-14T14:15:45.000Z","name":"Annette Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101290520351982","imei1":"101290520351982","imei2":"101290520351982","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186307,"job_number":"JOB_186307","tr_customer_id":186325,"tr_customer_product_id":186315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:45.000Z","modified_at":"2026-02-14T14:15:45.000Z","name":"Alisha Von","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"174996469250700","imei1":"174996469250700","imei2":"174996469250700","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186308,"job_number":"JOB_186308","tr_customer_id":186326,"tr_customer_product_id":186316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:45.000Z","modified_at":"2026-02-14T14:15:45.000Z","name":"Henriette Swift","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"174147057219587","imei1":"174147057219587","imei2":"174147057219587","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186311,"job_number":"JOB_186311","tr_customer_id":186329,"tr_customer_product_id":186319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:57.000Z","modified_at":"2026-02-14T14:15:57.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159013885324827","imei1":"159013885324827","imei2":"159013885324827","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186312,"job_number":"JOB_186312","tr_customer_id":186330,"tr_customer_product_id":186320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:57.000Z","modified_at":"2026-02-14T14:15:57.000Z","name":"Neoma Keebler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108855153165011","imei1":"108855153165011","imei2":"108855153165011","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186314,"job_number":"JOB_186314","tr_customer_id":186332,"tr_customer_product_id":186322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:58.000Z","modified_at":"2026-02-14T14:15:58.000Z","name":"Alayna Jaskolski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"126553485142659","imei1":"126553485142659","imei2":"126553485142659","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186315,"job_number":"JOB_186315","tr_customer_id":186333,"tr_customer_product_id":186323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:15:58.000Z","modified_at":"2026-02-14T14:15:58.000Z","name":"Gregory Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"161735266270446","imei1":"161735266270446","imei2":"161735266270446","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:15:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186375,"job_number":"JOB_186375","tr_customer_id":186393,"tr_customer_product_id":186383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:49.000Z","modified_at":"2026-02-14T14:24:49.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"92145613115132","imei1":"92145613115132","imei2":"92145613115132","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186376,"job_number":"JOB_186376","tr_customer_id":186394,"tr_customer_product_id":186384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:50.000Z","modified_at":"2026-02-14T14:24:50.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"52870336196353","imei1":"52870336196353","imei2":"52870336196353","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186377,"job_number":"JOB_186377","tr_customer_id":186395,"tr_customer_product_id":186385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:55.000Z","modified_at":"2026-02-14T14:24:55.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"104698933829443","imei1":"104698933829443","imei2":"104698933829443","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186378,"job_number":"JOB_186378","tr_customer_id":186396,"tr_customer_product_id":186386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:24:55.000Z","modified_at":"2026-02-14T14:24:55.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"84331990272468","imei1":"84331990272468","imei2":"84331990272468","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186431,"job_number":"JOB_186431","tr_customer_id":186449,"tr_customer_product_id":186439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:18.000Z","modified_at":"2026-02-14T14:31:18.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"41851119381966","imei1":"41851119381966","imei2":"41851119381966","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186432,"job_number":"JOB_186432","tr_customer_id":186450,"tr_customer_product_id":186440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:18.000Z","modified_at":"2026-02-14T14:31:18.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"82386681489667","imei1":"82386681489667","imei2":"82386681489667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186433,"job_number":"JOB_186433","tr_customer_id":186451,"tr_customer_product_id":186441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:23.000Z","modified_at":"2026-02-14T14:31:23.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"99334759427141","imei1":"99334759427141","imei2":"99334759427141","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186434,"job_number":"JOB_186434","tr_customer_id":186452,"tr_customer_product_id":186442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:31:23.000Z","modified_at":"2026-02-14T14:31:23.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"80206777238729","imei1":"80206777238729","imei2":"80206777238729","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186444,"job_number":"JOB_186444","tr_customer_id":186462,"tr_customer_product_id":186452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:09.000Z","modified_at":"2026-02-14T14:32:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103602586075936","imei1":"103602586075936","imei2":"103602586075936","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186446,"job_number":"JOB_186446","tr_customer_id":186464,"tr_customer_product_id":186454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:10.000Z","modified_at":"2026-02-14T14:32:10.000Z","name":"Thad Gorczany","mobile_number":"833-460-5949","email_id":"Roman48@hotmail.com","dop":"2025-06-09","serial_number":"107322227747724","imei1":"107322227747724","imei2":"107322227747724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186453,"job_number":"JOB_186453","tr_customer_id":186471,"tr_customer_product_id":186461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:25.000Z","modified_at":"2026-02-14T14:32:25.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109630005132681","imei1":"109630005132681","imei2":"109630005132681","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186455,"job_number":"JOB_186455","tr_customer_id":186473,"tr_customer_product_id":186463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:26.000Z","modified_at":"2026-02-14T14:32:26.000Z","name":"Marisa Fahey","mobile_number":"227-214-6476","email_id":"Joaquin54@hotmail.com","dop":"2025-06-09","serial_number":"108765563137347","imei1":"108765563137347","imei2":"108765563137347","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186459,"job_number":"JOB_186459","tr_customer_id":186477,"tr_customer_product_id":186467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:41.000Z","modified_at":"2026-02-14T14:32:41.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100800630697566","imei1":"100800630697566","imei2":"100800630697566","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186461,"job_number":"JOB_186461","tr_customer_id":186479,"tr_customer_product_id":186469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T14:32:41.000Z","modified_at":"2026-02-14T14:32:41.000Z","name":"Alek Ortiz","mobile_number":"586-682-6348","email_id":"Lavon.Kemmer86@hotmail.com","dop":"2025-06-09","serial_number":"106681444801500","imei1":"106681444801500","imei2":"106681444801500","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T14:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186528,"job_number":"JOB_186528","tr_customer_id":186546,"tr_customer_product_id":186536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:36:55.000Z","modified_at":"2026-02-14T15:36:55.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"169031825294074","imei1":"169031825294074","imei2":"169031825294074","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186529,"job_number":"JOB_186529","tr_customer_id":186547,"tr_customer_product_id":186537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:40:13.000Z","modified_at":"2026-02-14T15:40:13.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"183890366483108","imei1":"183890366483108","imei2":"183890366483108","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186530,"job_number":"JOB_186530","tr_customer_id":186548,"tr_customer_product_id":186538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:40:30.000Z","modified_at":"2026-02-14T15:40:30.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"17471457823338","imei1":"17471457823338","imei2":"17471457823338","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186531,"job_number":"JOB_186531","tr_customer_id":186549,"tr_customer_product_id":186539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:40:51.000Z","modified_at":"2026-02-14T15:40:52.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"124182760615377","imei1":"124182760615377","imei2":"124182760615377","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:40:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186533,"job_number":"JOB_186533","tr_customer_id":186551,"tr_customer_product_id":186541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T15:43:34.000Z","modified_at":"2026-02-14T15:43:34.000Z","name":"Ram konidela","mobile_number":"6773565357","email_id":"test1@gmail.com","dop":"2025-06-12","serial_number":"66264087931320","imei1":"66264087931320","imei2":"66264087931320","popurl":"2025-06-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T15:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186606,"job_number":"JOB_186606","tr_customer_id":186624,"tr_customer_product_id":186614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:13.000Z","modified_at":"2026-02-14T17:45:13.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"98966493794640","imei1":"98966493794640","imei2":"98966493794640","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186607,"job_number":"JOB_186607","tr_customer_id":186625,"tr_customer_product_id":186615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:14.000Z","modified_at":"2026-02-14T17:45:14.000Z","name":"Shivaji Bajpai","mobile_number":"7007895280","email_id":"shivaji@gmail.com","dop":"2025-12-01","serial_number":"28703660086243","imei1":"28703660086243","imei2":"28703660086243","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186608,"job_number":"JOB_186608","tr_customer_id":186626,"tr_customer_product_id":186616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:19.000Z","modified_at":"2026-02-14T17:45:19.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"13968563827280","imei1":"13968563827280","imei2":"13968563827280","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186609,"job_number":"JOB_186609","tr_customer_id":186627,"tr_customer_product_id":186617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:45:20.000Z","modified_at":"2026-02-14T17:45:20.000Z","name":"Vikalp Shukla","mobile_number":"8953292021","email_id":"vikalp@gmail.com","dop":"2025-12-01","serial_number":"102783908772650","imei1":"102783908772650","imei2":"102783908772650","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:45:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186621,"job_number":"JOB_186621","tr_customer_id":186639,"tr_customer_product_id":186629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T17:52:25.000Z","modified_at":"2026-02-14T17:52:25.000Z","name":"Narendra Singh","mobile_number":"8240750325","email_id":"gandharv.pillai@gmail.com","dop":"2026-02-04","serial_number":"849491750303800","imei1":"345143726000653","imei2":"801607063376682","popurl":"www.mohinder-pothuvaal.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T17:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186630,"job_number":"JOB_186630","tr_customer_id":186648,"tr_customer_product_id":186638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T19:00:53.000Z","modified_at":"2026-02-14T19:00:53.000Z","name":"Chidananda Kaniyar","mobile_number":"8247492873","email_id":"laxmi.bhattathiri@hotmail.com","dop":"2026-02-04","serial_number":"548543833887869","imei1":"908677084406370","imei2":"480654691388063","popurl":"www.dhanadeepa-kaniyar.biz","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-14T19:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fff42851-20ae-4974-85d9-57fc43481d35
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-9B0b1NOsKX4oDVIwlBEf49tKXZ4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c3eb244a-4943-4b02-99a4-d230b3764419
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 162B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2790514-6574-48b0-99e5-4276b2425fb4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 162
ETag W/"a2-WfmDBEP5UaWKi5zyw2fgPy7fC2Q"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 1.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2da30521-e421-486a-b507-71bee87dd930
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7bc-lFs4wQS81BWgVTUiUtuMrihI5BM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":185708,"job_number":"JOB_185708","tr_customer_id":185726,"tr_customer_product_id":185716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:38.000Z","modified_at":"2026-02-14T15:30:43.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10363191890812","imei1":"10363191890812","imei2":"10363191890812","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-14T15:30:43.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:04.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-15T03:26:04.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 727f90b5-e095-4274-857c-44b0ca01ce4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 301ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 091d2983-9a8b-46a5-9348-a7ab294cd7cd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"951-/74H0Snnkau3Xu1lLUZWHovBiS4"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:04.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-15T03:26:04.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":186640,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-15T03:25:55.000Z"}],"quatations":[]},{"id":185708,"job_number":"JOB_185708","tr_customer_id":185726,"tr_customer_product_id":185716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T04:20:38.000Z","modified_at":"2026-02-14T15:30:43.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10363191890812","imei1":"10363191890812","imei2":"10363191890812","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-14T15:30:43.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":185708,"remark":"Issue in the phone","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-14T04:20:38.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
Content-Type text/plain
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6846026b-897e-4bf7-9065-66a3a36f54c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5NjV9.6YhqEEkDW-XEyJ9EB1kAOnUoNGYRmoMTQS478SVaHMc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aca38b83-a22e-470f-bb64-ff98cc4125a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 143
Request Body
{
            "job_id": 186640,
            "problems": [
                {
                    "id": 2,
                    "remark": "Replaced the battery"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a29a0e24-1ef4-4246-907c-84a3ccf3d980
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-G5dQm50UKZQxwEB/MWZWc4HJfe4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83c43a90-d73e-415f-b383-6caf762e3b48
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 200B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d77bed10-22ce-4b38-942b-0c0b25dbf927
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 200
ETag W/"c8-yvM8tYVEsplHWt3zhzVKenNGZU8"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":0},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 54e85b2c-2a30-469e-bdb1-1781fcba0203
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16c129e5-43fc-40fa-aba1-c3bbb56c1f16
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1019B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 023fdd53-a690-414c-ab15-475e3ba2393b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1019
ETag W/"3fb-IzR0E/GADMAgkloZviFUs4PO4NA"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:07.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-15T03:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65000}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dc524fd4-6995-45f8-934b-8e3285c5ec9b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":186640}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTEyNTk2N30.Cr-XhxyBjrtd7n7z27PCfIS3MBQnDo7B8g1tXFrEWJU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 453ab8c2-1beb-4d22-95f1-7320e5e45d38
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ced5c4db-c071-4ca0-a45e-9db6cf4b0ff6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-dpghv06EDG1j3gX6xUCMXQgMcgQ"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 697813e5-1939-4bca-88c5-14eaf034ad3c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 241B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 97bb23a6-713d-47b0-a9b1-3ed00fc1f010
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 241
ETag W/"f1-IxMjjAECLHGtsg10w7ics9HuzDo"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":10},{"label":"Created today","key":"created_today","count":5},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 9.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bfdadcf8-a860-4818-825f-30b948f418a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2641-FuFeBJpyf7UVLyTaDgSboMyJ7IE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":185650,"job_number":"JOB_185650","tr_customer_id":185668,"tr_customer_product_id":185658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T22:45:55.000Z","modified_at":"2026-02-14T15:35:46.000Z","name":"Jatin  sharma","mobile_number":"7045663d55","email_id":"kjkjk@gmail.com","dop":"2025-04-07","serial_number":"45658258741455","imei1":"45658258741455","imei2":"45658258741455","popurl":"2025-04-07T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T15:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185912,"job_number":"JOB_185912","tr_customer_id":185930,"tr_customer_product_id":185920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:09:40.000Z","modified_at":"2026-02-14T09:49:55.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61751379145561","imei1":"61751379145561","imei2":"61751379145561","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T09:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185913,"job_number":"JOB_185913","tr_customer_id":185931,"tr_customer_product_id":185921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:10:06.000Z","modified_at":"2026-02-14T10:22:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87013510078901","imei1":"87013510078901","imei2":"87013510078901","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185914,"job_number":"JOB_185914","tr_customer_id":185932,"tr_customer_product_id":185922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:11:53.000Z","modified_at":"2026-02-14T10:39:06.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13975269095510","imei1":"13975269095510","imei2":"13975269095510","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185921,"job_number":"JOB_185921","tr_customer_id":185939,"tr_customer_product_id":185929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:30:49.000Z","modified_at":"2026-02-14T10:43:54.000Z","name":"Roberta Treutel","mobile_number":"587-721-9608","email_id":"Nicholaus83@yahoo.com","dop":"2026-01-04","serial_number":"18255758871854","imei1":"18255758871854","imei2":"18255758871854","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185940,"job_number":"JOB_185940","tr_customer_id":185958,"tr_customer_product_id":185948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:09:51.000Z","modified_at":"2026-02-14T10:45:35.000Z","name":"Torey Gorczany","mobile_number":"389-700-9899","email_id":"Velva14@hotmail.com","dop":"2026-01-04","serial_number":"17259175488354","imei1":"17259175488354","imei2":"17259175488354","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185947,"job_number":"JOB_185947","tr_customer_id":185965,"tr_customer_product_id":185955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:19:36.000Z","modified_at":"2026-02-14T09:27:19.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"88798499308805","imei1":"88798499308805","imei2":"88798499308805","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T09:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185948,"job_number":"JOB_185948","tr_customer_id":185966,"tr_customer_product_id":185956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:23:45.000Z","modified_at":"2026-02-14T10:46:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38186870235068","imei1":"38186870235068","imei2":"38186870235068","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185973,"job_number":"JOB_185973","tr_customer_id":185991,"tr_customer_product_id":185981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:28.000Z","modified_at":"2026-02-14T08:49:29.000Z","name":"Marilou Ruecker","mobile_number":"562-716-8272","email_id":"Caterina12@yahoo.com","dop":"2024-08-17","serial_number":"56640049640964","imei1":"56640049640964","imei2":"56640049640964","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T08:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:08.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-15T03:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 9.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e209fce6-2f8f-432f-9d3b-2ecee3b057d1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2641-FuFeBJpyf7UVLyTaDgSboMyJ7IE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":185650,"job_number":"JOB_185650","tr_customer_id":185668,"tr_customer_product_id":185658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T22:45:55.000Z","modified_at":"2026-02-14T15:35:46.000Z","name":"Jatin  sharma","mobile_number":"7045663d55","email_id":"kjkjk@gmail.com","dop":"2025-04-07","serial_number":"45658258741455","imei1":"45658258741455","imei2":"45658258741455","popurl":"2025-04-07T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T15:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185912,"job_number":"JOB_185912","tr_customer_id":185930,"tr_customer_product_id":185920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:09:40.000Z","modified_at":"2026-02-14T09:49:55.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61751379145561","imei1":"61751379145561","imei2":"61751379145561","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T09:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185913,"job_number":"JOB_185913","tr_customer_id":185931,"tr_customer_product_id":185921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:10:06.000Z","modified_at":"2026-02-14T10:22:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87013510078901","imei1":"87013510078901","imei2":"87013510078901","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185914,"job_number":"JOB_185914","tr_customer_id":185932,"tr_customer_product_id":185922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:11:53.000Z","modified_at":"2026-02-14T10:39:06.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13975269095510","imei1":"13975269095510","imei2":"13975269095510","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185921,"job_number":"JOB_185921","tr_customer_id":185939,"tr_customer_product_id":185929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T06:30:49.000Z","modified_at":"2026-02-14T10:43:54.000Z","name":"Roberta Treutel","mobile_number":"587-721-9608","email_id":"Nicholaus83@yahoo.com","dop":"2026-01-04","serial_number":"18255758871854","imei1":"18255758871854","imei2":"18255758871854","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185940,"job_number":"JOB_185940","tr_customer_id":185958,"tr_customer_product_id":185948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:09:51.000Z","modified_at":"2026-02-14T10:45:35.000Z","name":"Torey Gorczany","mobile_number":"389-700-9899","email_id":"Velva14@hotmail.com","dop":"2026-01-04","serial_number":"17259175488354","imei1":"17259175488354","imei2":"17259175488354","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185947,"job_number":"JOB_185947","tr_customer_id":185965,"tr_customer_product_id":185955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:19:36.000Z","modified_at":"2026-02-14T09:27:19.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"88798499308805","imei1":"88798499308805","imei2":"88798499308805","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T09:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185948,"job_number":"JOB_185948","tr_customer_id":185966,"tr_customer_product_id":185956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:23:45.000Z","modified_at":"2026-02-14T10:46:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38186870235068","imei1":"38186870235068","imei2":"38186870235068","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T10:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185973,"job_number":"JOB_185973","tr_customer_id":185991,"tr_customer_product_id":185981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-14T07:41:28.000Z","modified_at":"2026-02-14T08:49:29.000Z","name":"Marilou Ruecker","mobile_number":"562-716-8272","email_id":"Caterina12@yahoo.com","dop":"2024-08-17","serial_number":"56640049640964","imei1":"56640049640964","imei2":"56640049640964","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-14T08:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:08.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-15T03:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65260}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 679f2cce-cfdb-4796-b815-40c2839b80e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":186640}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_69251"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c79d377d-efa0-43a6-bb09-3714e1032cf3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_186640"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-dq8npvJTfGeRMynszCSO3etQiN8"
Vary Accept-Encoding
Date Sun, 15 Feb 2026 03:26:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:10.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-15T03:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_186640
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzExMjU5Njl9.6OGL2uGqvHjam9gMI5RB57sN3OHGAxf0ofxXX9Uwu5E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c4bbbcb9-52c8-4f19-8f25-34ea7861dd69
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a41-5hD8Oj/1X0ZfEyh/mUCsye/WYow"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 15 Feb 2026 03:26:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":186640,"job_number":"JOB_186640","tr_customer_id":186658,"tr_customer_product_id":186648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-15T03:25:55.000Z","modified_at":"2026-02-15T03:26:10.000Z","name":"Jakob Howe","mobile_number":"222-980-4375","email_id":"Lloyd_Lesch@hotmail.com","dop":"2025-05-30","serial_number":"18606306186824","imei1":"18606306186824","imei2":"18606306186824","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-15T03:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":712676,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-15T03:25:55.000Z","created_at":"2026-02-15T03:25:55.000Z"},{"id":712677,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-15T03:25:55.000Z","created_at":"2026-02-15T03:25:55.000Z"},{"id":712682,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-02-15T03:26:04.000Z","created_at":"2026-02-15T03:26:04.000Z"},{"id":712683,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-02-15T03:26:07.000Z","created_at":"2026-02-15T03:26:07.000Z"},{"id":712684,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-02-15T03:26:08.000Z","created_at":"2026-02-15T03:26:08.000Z"},{"id":712685,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-15T03:26:10.000Z","created_at":"2026-02-15T03:26:10.000Z"},{"id":712686,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-15T03:26:10.000Z","created_at":"2026-02-15T03:26:10.000Z"}],"problems":[{"id":175333,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-15T03:25:55.000Z"},{"id":175336,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-02-15T03:26:07.000Z"}],"quatations":[]}}
Test Information
No Tests for this request